v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
API Keys

Revoke API key

Permanently revoke an API key. In-flight requests using this key fail with 401. Cannot be undone.

delete/api/v1/api-keys/{id}

Path parameters

idstring uuid required

API key ID (UUID)

Response

API key revoked

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Operation completed successfully"
}