Delete API key

Revokes the key immediately. Requests carrying it start failing on the next call; tasks it already created are unaffected.

DELETE/api-key/{id}
AuthAPI keyorOAuth tokenHow to send it

Path parameters#

idstringrequired

The API key to revoke.

e.g. "ak_01KE7XWWEQ4MCGWKBQKJ1G47RP"

Response#

204API key deleted

No body.

Errors#

A failed call names what went wrong in code, with a sentence in message. The codes, which of them are worth retrying, and how to read a validation failure are on Errors.