Skip to main content
DELETE
Revoke with a reason

Authorizations

sb-access-token
string
cookie
required

Session cookie (for API key management endpoints)

Path Parameters

keyId
string<uuid>
required

API key ID to revoke

Example:

"00000000-0000-4000-8000-000000000123"

Body

application/json
reason
string

Reason for revocation (optional)

Response

API key revoked

success
boolean
Example:

true

message
string
Example:

"API key revoked successfully"