Delete a specific cause by id
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "556fe408-4288-487e-8536-87e7022adb24",
"type": "causes",
"attributes": {
"slug": "error-tempore-quo-odit",
"name": "Error tempore quo odit.",
"description": "Culpa a dolores inventore.",
"position": 1,
"created_at": "2026-02-16T09:06:30.171-08:00",
"updated_at": "2026-02-16T09:06:32.342-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "556fe408-4288-487e-8536-87e7022adb24",
"type": "causes",
"attributes": {
"slug": "error-tempore-quo-odit",
"name": "Error tempore quo odit.",
"description": "Culpa a dolores inventore.",
"position": 1,
"created_at": "2026-02-16T09:06:30.171-08:00",
"updated_at": "2026-02-16T09:06:32.342-08:00"
}
}
}