v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-0464108237.1 KB
API Keys

Revoke API key

Mark an API key inactive and clear its Redis cache entry.

delete/api-key/{key_id}

Path parameters

key_idstring required

Response

OK

key_idstring
messagestring

Example response

{
  "key_id": "018f2c1a-...",
  "message": "API key revoked successfully"
}