Delete a specific cause by id
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "50ad3bbc-1c6a-4db5-9cc2-b32cc006fb17",
"type": "causes",
"attributes": {
"slug": "ipsa-dolores-expedita-totam",
"name": "Ipsa dolores expedita totam.",
"description": "Natus ducimus omnis voluptates.",
"position": 1,
"created_at": "2026-02-19T13:41:32.961-08:00",
"updated_at": "2026-02-19T13:41:35.025-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "50ad3bbc-1c6a-4db5-9cc2-b32cc006fb17",
"type": "causes",
"attributes": {
"slug": "ipsa-dolores-expedita-totam",
"name": "Ipsa dolores expedita totam.",
"description": "Natus ducimus omnis voluptates.",
"position": 1,
"created_at": "2026-02-19T13:41:32.961-08:00",
"updated_at": "2026-02-19T13:41:35.025-08:00"
}
}
}