v29

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-233765161.7 KB
v1 auth keys

Revoke an API key

Revoke (delete) an API key for the authenticated user.

This endpoint:
- Validates the current API key authentication
- Revokes the specified API key (if it belongs to the user)
- Returns confirmation of revocation

**Authentication**: Requires valid API key in Authorization header
delete/v1/auth/keys/{api_key_id}

Path parameters

api_key_idstring required

Response

Successful Response

successboolean

Indicates successful revocation

messagestring required

Confirmation message