DELETE
/
v1
/
causes
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/causes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b1bd96f9-7dde-4217-9a6c-ba11f38b3610",
    "type": "causes",
    "attributes": {
      "slug": "dolores-ex-accusamus-quia",
      "name": "Dolores ex accusamus quia.",
      "description": "Consequatur quo voluptatem saepe.",
      "position": 1,
      "created_at": "2025-03-26T23:18:14.975-07:00",
      "updated_at": "2025-03-26T23:18:19.256-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
data
object
required