Delete a specific cause by id
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a1e10ba7-ae8b-4340-99d5-53107f4c545d",
"type": "causes",
"attributes": {
"slug": "in-quia-reprehenderit-et",
"name": "In quia reprehenderit et.",
"description": "Hic est tenetur vitae.",
"position": 1,
"created_at": "2026-01-16T12:38:27.399-08:00",
"updated_at": "2026-01-16T12:38:29.095-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a1e10ba7-ae8b-4340-99d5-53107f4c545d",
"type": "causes",
"attributes": {
"slug": "in-quia-reprehenderit-et",
"name": "In quia reprehenderit et.",
"description": "Hic est tenetur vitae.",
"position": 1,
"created_at": "2026-01-16T12:38:27.399-08:00",
"updated_at": "2026-01-16T12:38:29.095-08:00"
}
}
}