Revoke API Key
Deactivate your API key. Once revoked, it can no longer be used to access campaign endpoints.
DELETE/nfthing/api-key/revoke
Headers
| Field | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for JWT authentication. |
| Content-Type | string | Yes | Must be application/json. |
Example response
200 OK
{
"success": true,
"message": "API key revoked successfully"
}