Skip to main content
DELETE
Delete API token

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

id
string<uuid>
required

UUID of the token to revoke. The token must belong to the same organization as the authenticating user.

Response

Token revoked successfully. The row is deleted; subsequent GET returns 404.

message
string

Human-readable description of the outcome.

success
boolean

Always true on a successful revocation.