cURL
curl --request POST \ --url https://api.kaizenautomation.com/environments/variables/delete \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>" }'
{ "success": true, "message": "<string>" }
Delete an environment variable
Delete environment variable parameters
The body is of type object.
object
Variable deleted successfully
The response is of type object.