cURL
Projects
Revoke an API key
Permanently revokes the key. Subsequent requests authenticating with
the revoked secret return 401 Unauthorized. Cannot be undone.
Revoking your last key locks you out of the API — be careful.
DELETE
cURL
Authorizations
Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage
keys via /projects/me/api-keys. Test-mode keys use
the ndsk_test_ prefix.
Path Parameters
API key id (e.g. key_2Ngc7HpQrZk1).
Response
Revoked.