Skip to main content
DELETE
Revoke API Key
Permanently revokes an API key. Any requests made with this key after revocation will receive a 401 response. This action cannot be undone.

Auth

Requires a valid Bearer token. User must be a member of the organization.

Path Parameters

string
required
Organization identifier.
string
required
API key identifier.

Response

boolean
Always true on success.
string
Confirmation message.

Example