Skip to main content
DELETE
/
2
/
teams
/
{teamSlug}
/
environments
/
{ID}
Delete an Environment
curl --request DELETE \
  --url https://api.honeycomb.io/2/teams/{teamSlug}/environments/{ID}
{
  "status": 400,
  "type": "https://api.honeycomb.io/problems/unparseable",
  "title": "The request body could not be parsed.",
  "error": "invalid gzip data"
}

Path Parameters

teamSlug
string
required

The slug of the Team

ID
string
required

A unique identifier

Response

No Content