curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/security/tokens/{tokenId} \
--header 'Authorization: Bearer <token>'Revokes and permanently deletes the specified access token from the project.
curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/security/tokens/{tokenId} \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://docs.gorules.io/llms.txt
Use this file to discover all available pages before exploring further.
Personal access token is obtained through your profile
Unique identifier of the project
Unique identifier of the token to revoke
Token successfully revoked
Was this page helpful?