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

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

userId
string
required

User Id owner of the personal access tokens

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

Response

success