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": "d1431098-2379-4836-ac67-281495d78148",
"type": "causes",
"attributes": {
"slug": "sint-omnis-distinctio-numquam",
"name": "Sint omnis distinctio numquam.",
"description": "Deleniti ducimus voluptate fuga.",
"position": 1,
"created_at": "2025-12-02T11:16:55.350-08:00",
"updated_at": "2025-12-02T11:16:58.253-08: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": "d1431098-2379-4836-ac67-281495d78148",
"type": "causes",
"attributes": {
"slug": "sint-omnis-distinctio-numquam",
"name": "Sint omnis distinctio numquam.",
"description": "Deleniti ducimus voluptate fuga.",
"position": 1,
"created_at": "2025-12-02T11:16:55.350-08:00",
"updated_at": "2025-12-02T11:16:58.253-08:00"
}
}
}