Delete a specific cause by id
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "08e62d27-30f7-4b46-9b89-20171695453d",
"type": "causes",
"attributes": {
"slug": "incidunt-et-fugiat-qui",
"name": "Incidunt et fugiat qui.",
"description": "Quisquam quas explicabo quis.",
"position": 1,
"created_at": "2026-01-26T11:20:23.205-08:00",
"updated_at": "2026-01-26T11:20:24.877-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "08e62d27-30f7-4b46-9b89-20171695453d",
"type": "causes",
"attributes": {
"slug": "incidunt-et-fugiat-qui",
"name": "Incidunt et fugiat qui.",
"description": "Quisquam quas explicabo quis.",
"position": 1,
"created_at": "2026-01-26T11:20:23.205-08:00",
"updated_at": "2026-01-26T11:20:24.877-08:00"
}
}
}