Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
cause deleted
Delete a specific cause by id
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "bbc116e6-61e8-4ec8-a446-cc9ea097ca39",
"type": "causes",
"attributes": {
"slug": "nemo-reiciendis-perferendis-alias",
"name": "Nemo reiciendis perferendis alias.",
"description": "Animi nostrum consequuntur consequatur.",
"position": 1,
"created_at": "2025-10-29T09:57:34.551-07:00",
"updated_at": "2025-10-29T09:57:36.818-07:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
cause deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "bbc116e6-61e8-4ec8-a446-cc9ea097ca39",
"type": "causes",
"attributes": {
"slug": "nemo-reiciendis-perferendis-alias",
"name": "Nemo reiciendis perferendis alias.",
"description": "Animi nostrum consequuntur consequatur.",
"position": 1,
"created_at": "2025-10-29T09:57:34.551-07:00",
"updated_at": "2025-10-29T09:57:36.818-07:00"
}
}
}