DELETE
/
v1
/
causes
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/causes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "6ee78801-81e6-4d71-bc73-b83a6c5c08d7",
    "type": "causes",
    "attributes": {
      "slug": "eos-veniam-unde-impedit",
      "name": "Eos veniam unde impedit.",
      "description": "Magnam consequatur temporibus eligendi.",
      "position": 1,
      "created_at": "2025-06-21T11:57:33.853-07:00",
      "updated_at": "2025-06-21T11:57:37.184-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.