delete https://api.bigpanda.io/resources/v2.0/environments-groups/
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Sample Call
curl --request DELETE \
--url https://api.bigpanda.io/resources/v2.0/environments-groups/${id} \
--header 'Authorization: Bearer <User API Key>' \
--header 'Content-Type: application/json'
curl --request DELETE \
--url https://eu-api.bigpanda.io/resources/v2.0/environments-groups/${id} \
--header 'Authorization: Bearer <User API Key>' \
--header 'Content-Type: application/json'