DELETE
/
v1
/
environments
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/environments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "29679ad0-30f5-429b-9c5c-18686b85508d",
    "type": "environments",
    "attributes": {
      "slug": "qui-et-maiores-sunt",
      "name": "Qui et maiores sunt.",
      "description": "Cum et vel sequi.",
      "color": "#f6f3f3",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-07-09T09:07:10.089-07:00",
      "updated_at": "2025-07-09T09:07:14.053-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

environment deleted

The response is of type object.