Skip to main content
DELETE
Revoke API key

Authentication

Requires x-auth-token and x-device-id headers. Obtain these by calling the login endpoint.

Path parameters

string
required
The ID of the API key to revoke.

Example request

Response

Revoking a key is permanent. Any requests signed with the revoked key will immediately start returning 401. If you need to replace a key, use Rotate API key instead.