API Keys

Revoke API key

Permanently revoke (delete) a specific API key. Any requests using this key will immediately stop working.

delete/v1/dev/keys/{key_id}

Path parameters

key_idstring required

The ID of the key to revoke.

Response

Key revoked successfully.

Changes