Skip to main content
DELETE
/
api
/
projects
/
{projectId}
/
security
/
tokens
/
{tokenId}
Revoke a token
curl --request DELETE \
  --url https://api.example.com/api/projects/{projectId}/security/tokens/{tokenId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Path Parameters

projectId
string<uuid>
required

Unique identifier of the project

tokenId
string<uuid>
required

Unique identifier of the token to revoke

Response

200

Token successfully revoked