Skip to main content
DELETE
/
v1
/
user
/
personal-access-tokens
/
{name}
Delete a personal access token
curl --request DELETE \
  --url http://0.0.0.0:3000/v1/user/personal-access-tokens/{name} \
  --header 'Authorization: Bearer <token>'
{
  "error": "unauthorized"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required

Nome do token a excluir

Response

Token deleted