POST
/
v1
/
accounts
/
{account_id}
/
apiKeys:delete

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

The Account Id

Body

application/json
keyId
string
required

The key ID for the API key.

ignoreDifferentOwner
boolean
required

If set to true, allows deletion of the key even if the requester is not the authenticated user. Defaults to false.

Response

200 - application/json
A successful response.

The response is of type object.