Skip to main content

Permanently delete an API key

DELETE 

/api-keys/:id

Permanently removes the API key record from the database. This action is irreversible. To merely disable a key while keeping its record, use POST /api-keys/{id}/revoke instead.

Regular users may only delete their own keys. Administrators may delete any key.

Request

Responses

API key permanently deleted.