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": "e8483449-c0c4-462f-9fa6-46415f36c8f5",
"type": "causes",
"attributes": {
"slug": "numquam-porro-commodi-nihil",
"name": "Numquam porro commodi nihil.",
"description": "Ab dolore placeat porro.",
"position": 1,
"created_at": "2025-10-07T17:06:51.110-07:00",
"updated_at": "2025-10-07T17:06:54.406-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": "e8483449-c0c4-462f-9fa6-46415f36c8f5",
"type": "causes",
"attributes": {
"slug": "numquam-porro-commodi-nihil",
"name": "Numquam porro commodi nihil.",
"description": "Ab dolore placeat porro.",
"position": 1,
"created_at": "2025-10-07T17:06:51.110-07:00",
"updated_at": "2025-10-07T17:06:54.406-07:00"
}
}
}