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"
}

Documentation Index

Fetch the complete documentation index at: https://limitless-docs-ws-settlement-events.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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"