Management Keys
Delete an API key
Permanently deletes an API key — the database row is removed outright, not disabled. This cannot be undone; unlike PATCH's enabled: false, once deleted a key is gone for good. The auth cache is invalidated immediately and the change propagates, so the key stops working everywhere within seconds. A management endpoint with the same rule as creating/updating a key: the Bearer token must be a Management API Key, or use a logged-in session.
DELETE
/api/v1/keys/:idAuthorizations
Authorizationrequiredstring · header
API key as bearer token in the Authorization header.
Path parameters
idrequiredstring
The ID of the key to delete.
Response examples