Delete a specific cause by id
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "eeca3d58-32f1-4eee-9046-ccffc9f5a3f2",
"type": "causes",
"attributes": {
"slug": "in-corrupti-non-perferendis",
"name": "In corrupti non perferendis.",
"description": "Consequuntur aut non hic.",
"position": 1,
"created_at": "2026-02-09T12:24:50.006-08:00",
"updated_at": "2026-02-09T12:24:52.176-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "eeca3d58-32f1-4eee-9046-ccffc9f5a3f2",
"type": "causes",
"attributes": {
"slug": "in-corrupti-non-perferendis",
"name": "In corrupti non perferendis.",
"description": "Consequuntur aut non hic.",
"position": 1,
"created_at": "2026-02-09T12:24:50.006-08:00",
"updated_at": "2026-02-09T12:24:52.176-08:00"
}
}
}