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>"
}Revokes an API token by marking it as revoked in the platform configuration. This action is immediate and cannot be undone.
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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.nudj.cx/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?