Skip to main content
DELETE
/
api
/
pat
/
v1
/
tokens
/
{patId}
Delete a personal access token
curl --request DELETE \
  --url https://api.example.com/api/pat/v1/tokens/{patId} \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "error": "<string>"
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

patId
string
required

Id of the personal access tokens to delete

Pattern: ^[0-9a-f]{24}$

Response

success