Skip to main content
DELETE
Delete API Key

Authorizations

Authorization
string
header
required

Admin API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_ADMIN_API_KEY

Headers

Idempotency-Key
string

Optional idempotency key for safe request retries

Example:

"550e8400-e29b-41d4-a716-446655440000"

Path Parameters

key_id
string
required

Unique identifier of the API key to delete

Minimum string length: 1
Example:

"abc123def456"

Response

API key deleted successfully (or already deleted)