Skip to main content
DELETE
/
user
/
personal-access-tokens
Delete PAT
curl --request DELETE \
  --url https://api.managem.co.uk/user/personal-access-tokens \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json

Payload used to delete a personal access token by name.

name
string
required

The personal access token name to delete.

Required string length: 1 - 256

Response

Personal access token deleted