Delete a given environment
/v1/environments/{environmentID}
OK
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
No Content
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}'