cURL
curl --request POST \ --url https://api.kaizenautomation.com/organizations/apiKeys/delete \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>" }'
{ "success": true, "message": "<string>" }
Deletes an API key and immediately revokes access
API key deletion parameters
The body is of type object.
object
API key deletion result
The response is of type object.