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

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

patId
string
required

Token Id of the personal access tokens to invalidate

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

Response

success