Delete
- DEL
- /user
- /tokens
- /:token_id
Deletes a personal access token.
Info
You can only delete a token with the same restrictions as in the authorization token.
Request example
CURLcurl -X DELETE "https://api.buddy.works/user/tokens/:token_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
Response
STATUS204 No Content