v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014994227.2 KB
api-keys

Delete an API key

Revokes an API key. Subsequent requests using its value are rejected as unauthorized.

delete/api-keys/{key_id}

Path parameters

key_idstring uuid required

API key identifier to delete

API key identifier to delete

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

messagestring required

Human-readable result message.

Example response

{
  "$schema": "/api/v1/DeleteAPIKeyOutputBody.json"
}