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": "e9c5dcb9-c5b4-4292-9dc6-bc61f349b2bc",
"type": "causes",
"attributes": {
"slug": "velit-ad-est-doloremque",
"name": "Velit ad est doloremque.",
"description": "Asperiores eveniet porro error.",
"position": 1,
"created_at": "2025-11-27T00:06:25.276-08:00",
"updated_at": "2025-11-27T00:06:27.461-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": "e9c5dcb9-c5b4-4292-9dc6-bc61f349b2bc",
"type": "causes",
"attributes": {
"slug": "velit-ad-est-doloremque",
"name": "Velit ad est doloremque.",
"description": "Asperiores eveniet porro error.",
"position": 1,
"created_at": "2025-11-27T00:06:25.276-08:00",
"updated_at": "2025-11-27T00:06:27.461-08:00"
}
}
}