Delete a given environment
/v1/environments/{environmentID}
curl -L \ --request DELETE \ --url 'https://cloud-api.calyptia.com/v1/environments/{environmentID}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No body
Updates a given environment
curl -L \ --request PATCH \ --url 'https://cloud-api.calyptia.com/v1/environments/{environmentID}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "name": null }'