Tokens

Revoke API Key

Authentication: API key — revokes the calling key and nothing else; there is no key id parameter, so one key cannot revoke another. A lost key cannot be revoked through the API. Idempotent.

delete /tokens

Authorizations

x-api-key string header required

Talus API Key in the form key_id.secret. The API also accepts Authorization: ApiKey <key_id.secret>, but the docs UI is configured to send x-api-key.

204

API Key revoked

401

Missing or invalid API key

500

Internal server error