v32

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-076085232.1 KB
Authentication

Revoke API key

Revokes the currently active API key. The key will immediately stop working for authentication.

delete/auth/api-keys

Response

API key revoked successfully

messagestring

Example response

{
  "message": "API key revoked successfully"
}