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>"
}Was this page helpful?