Auth
Delete one or more API keys
Revoke one or more API keys for the authenticated account.
This endpoint permanently deletes the specified API key(s), immediately revoking their access. Once deleted, the API key and secret can no longer be used for authentication. The operation returns the list of successfully deleted API key identifiers.
Requires authentication.
Authorization
ApiKeyAuth ApiSignatureAuth ApiTimestampAuth x-api-key<token>
API key for authentication
In: header
x-api-signature<token>
HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))
In: header
x-api-timestamp<token>
Unix timestamp in seconds
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json