Delete an API key
Delete an API key. A key cannot delete itself; use a different key to delete this one.
DELETE
/org/api_keys/{id}Delete an API key. A key cannot delete itself; use a different key to delete this one.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
API key ID
Response
API key deleted.
no response body.
curl -X DELETE "https://example.com/org/api_keys/string"Empty
{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}