Product HuntBuddy AI Access (MCP) is on Product Hunt.Buddy AI Access (MCP) is live on Product Hunt today.Join the discussion

Delete Personal Access Tokens

View as Markdown
  • DEL
  • /user
  • /tokens
  • /:token_id

Delete personal access token

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

Request

URL PARAMETERS
token_idrequiredstring
The ID of the access token

Example: "0123456789abcdef0123456789abcdef0123"

Last modified on Apr 22, 2026

Request 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 Access token deleted successfully