api-keys
Revoke a specific API key
Revokes a specific API key by changing its status to 'revoked'. The key will no longer be valid for authentication but remains visible in API key lists for audit purposes.
delete/api/v1/api-keys/{id}
Path parameters
idstring required
ID of the API key to revoke
Response
OK. Key successfully revoked.
Example response
{
"subscription": "premium-team-sub"
}