Revoke an API key
ApiKeys
Revoke an API key
Immediately stop accepting requests signed by this key. There’s no undo — if you revoked the wrong one, just create a new key. Any in-flight requests already past auth keep running.
DELETE
Revoke an API key
Authorizations
Pass your secret key in the Authorization header as a Bearer
token: Authorization: Bearer sk_test_... (sandbox) or
Bearer sk_live_... (production).
Keys are created in the developer portal and the plaintext secret is shown exactly once at creation. Treat them like passwords — never embed them in mobile apps or front-end code.
Path Parameters
Response
Key revoked.
