Revoke API key

View as Markdown

Revokes an API key by :id path parameter after confirming it belongs to the caller’s organization. Authorization: organization administrators only. Returns 204 on success; 404 if the key does not exist or is not in this org.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

Response

API key revoked (empty body).