API documentation
delete
/api/v1/personal-access-tokens/{id}Revokes one of the authenticated user's API tokens immediately.
PersonalAccessTokens
Parameters
id
path · string
Required
version
path · string
Required
Responses
- 204The token was revoked.
- 401The caller is not authenticated with an application session or session token.application/json
{} - 404The token does not exist or belongs to another user.application/json
{}