curl --request DELETE \
--url https://api.example.com/api/v2/environments/{environment_id} \
--header 'Content-Type: application/json' \
--data '{}'{}Delete Resource - Delete Resource
curl --request DELETE \
--url https://api.example.com/api/v2/environments/{environment_id} \
--header 'Content-Type: application/json' \
--data '{}'{}The body is of type EmptyRequest · object.
EmptyResponse()
The response is of type EmptyResponse · object.