Skip to main content
DELETE
/
api
/
pat
/
v1
/
users
/
{userId}
/
tokens
/
{patId}
Delete a personal access token of a User
curl --request DELETE \
  --url https://api.example.com/api/pat/v1/users/{userId}/tokens/{patId} \
  --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 token

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

Token Id of the personal access tokens to delete

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

Response

success