Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
environment deleted
Delete a specific environment by id
curl --request DELETE \
  --url https://api.rootly.com/v1/environments/{id} \
  --header 'Authorization: Bearer <token>'{
  "data": {
    "id": "4c284385-b7fb-4bdf-ad04-69457ad2994f",
    "type": "environments",
    "attributes": {
      "slug": "delectus-eligendi-quod-consequatur",
      "name": "Delectus eligendi quod consequatur.",
      "description": "Tempore aperiam repellat quae.",
      "color": "#13dddd",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-11-03T16:48:10.162-08:00",
      "updated_at": "2025-11-03T16:48:12.935-08:00"
    }
  }
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
environment deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
  --url https://api.rootly.com/v1/environments/{id} \
  --header 'Authorization: Bearer <token>'{
  "data": {
    "id": "4c284385-b7fb-4bdf-ad04-69457ad2994f",
    "type": "environments",
    "attributes": {
      "slug": "delectus-eligendi-quod-consequatur",
      "name": "Delectus eligendi quod consequatur.",
      "description": "Tempore aperiam repellat quae.",
      "color": "#13dddd",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-11-03T16:48:10.162-08:00",
      "updated_at": "2025-11-03T16:48:12.935-08:00"
    }
  }
}