DELETE
/
v1
/
causes
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/causes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "9681acba-3cab-4db4-9319-61c343200186",
    "type": "causes",
    "attributes": {
      "slug": "et-incidunt-neque-sit",
      "name": "Et incidunt neque sit.",
      "description": "Quisquam ut eligendi qui.",
      "position": 1,
      "created_at": "2025-05-08T00:17:08.745-07:00",
      "updated_at": "2025-05-08T00:17:13.589-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
cause deleted

The response is of type object.