RemovePersonalAccessToken
Remove a Personal-Access-Token (PAT) by ID
Deprecated: use user service v2 RemovePersonalAccessToken instead.
Delete a PAT from a user. Afterward, the user will not be able to authenticate with that token anymore.
curl -X DELETE "https://loading/users/string/pats/string"{
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?