API Keys
Delete API Key
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
Body
application/json
The key ID for the API key.
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
.
Was this page helpful?