Tokens

Revoke an access token

Revoke an access token by its ID. This action is irreversible and will immediately invalidate the token.

DELETE
/api/tokens/{tokenId}

Authorization

Authorization
header
string
required

Enter the team access token with the Bearer prefix, e.g. "Bearer team_access_token"

Path Parameters

tokenId
string
required

Token ID

Responses

Success response with no content