Skip to content

Revoke a Personal Access Token (PAT)

DELETE
/resources/me/pat/{id}

Parameters

Path Parameters

id*
Type
string
Required
Format
"uuid"

Responses

OK

JSON
{
  
"keyId": "string",
  
"description": "string",
  
"issuedAt": "string",
  
"expiresAt": "string",
  
"revokedAt": "string",
  
"scope": [
  
  
"string"
  
],
  
"accessToken": "string",
  
"active": true
}

Samples

© 2024 Hantera AB. All rights reserved.