POST
/
organizations
/
apiKeys
/
delete
Delete an API key
curl --request POST \
  --url https://api.kaizenautomation.com/organizations/apiKeys/delete \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>"
}'
{
  "success": true,
  "message": "<string>"
}

Body

application/json

API key deletion parameters

The body is of type object.

Response

200
application/json

API key deletion result

The response is of type object.