Go to App

Revoke an API Token

DELETE/api/v1/api_tokens/{uuid}

Permanently delete an API token. The token immediately becomes invalid for all API requests.

Path Parameters

ParameterTypeDescription

uuidrequiredstringAPI token identifier

bash
curl -X DELETE https://exportcomments.com/api/v1/api_tokens/550e8400-e29b-41d4-a716-446655440000 \
-H "X-AUTH-TOKEN: your-api-key"

Returns 204 No Content on success.

🚫
Irreversible

This action cannot be undone. Any requests using this token will immediately return 401 Unauthorized. Generate a new token if you need continued API access.