Skip to main content
DELETE
/
auth
/
api-keys
Revoke API key
curl --request DELETE \
  --url https://api.limitless.exchange/auth/api-keys
{
  "message": "API key revoked successfully"
}
Revoking an API key is immediate and irreversible. Any integrations using this key will stop working. Create a new key before revoking the old one if you need uninterrupted access.

Response

API key revoked successfully

message
string
Example:

"API key revoked successfully"