Delete

  • DELETE
  • /user
  • /tokens
  • /:token_id

Deletes a personal access token.

Hint
You can only delete a token with the same restrictions as in the authorization token.

Request

REQUIRED SCOPES
TOKEN_MANAGE
POST PARAMETERS
token_idrequired string
The ID of the desired token.

Last modified on Oct 3, 2024

Example:

CURL
curl -X DELETE "https://api.buddy.works/user/tokens/:token_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
STATUS
204 No Content
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999