v4

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-279228.8 KB
Access Tokens

Delete access token

Deletes an access token by its ID. The token is immediately invalidated and can no longer be used for authentication.

Requires auth_enabled=true and an admin access token or admin JWT.

delete/auth/api_key/{token_id}

Path parameters

token_idinteger required

The unique identifier of the access token to delete.

Headers

Authorizationstring required

Admin JWT or admin access token. Format Bearer <admin-jwt-or-access-token>.

Response

Token deleted successfully.

statusstring

Operation result status.

messagestring

Human-readable status message.