Access Tokens

Delete personal access token

Deletes a personal access token for the authenticated user. The id in the request body can be the encoded token secret or the name of the token.

post/delete_personal_access_token

Request body

idstring required

The token to delete. This can be the secret value of the token or the token's unique name.

Changes