Skip to main content
POST
/
auth-config
/
tokens
/
{tokenId}
/
revoke
Revoke API token
curl --request POST \
  --url https://{subdomain}.nudj.cx/api/v2/admin/auth-config/tokens/{tokenId}/revoke \
  --header 'x-api-token: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-token
string
header
required

Path Parameters

tokenId
string
required

The unique identifier of the API token to revoke

Minimum string length: 1

Response

Successful response

success
boolean
required
message
string