API keys
Delete an API key
Delete an API key. The deletion does not have side effects.
DELETE
/
user
/
keys
/
{key}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
key
string
requiredThe handle of the API key.
Response
204 - no-content
The response is of type string
.