DELETE
/
v1
/
causes
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/causes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "63cf3cc5-44ce-4e0c-a5bd-bd1bf06cd83a",
    "type": "causes",
    "attributes": {
      "slug": "sequi-in-fugiat-illum",
      "name": "Sequi in fugiat illum.",
      "description": "Deserunt eaque explicabo quam.",
      "position": 1,
      "created_at": "2025-06-19T02:37:57.665-07:00",
      "updated_at": "2025-06-19T02:38:01.289-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.