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

Body

application/json

Delete environment variable parameters

The body is of type object.

Response

200
application/json

Variable deleted successfully

The response is of type object.