v1

latestOpenAPI 3.1.02026-07-1311417.6 KB
API Keys

Revoke API Key

Permanently revoke an API key. The key stops working immediately — any requests using it will receive 401 Unauthorized. This action is irreversible.

delete/api/admin/api-keys

Request body

idstring required

The key ID to revoke

Example request

{
  "id": "key_abc123"
}

Response

Key revoked

statusstring
revokedIdstring