Delete a specific cause by id
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "6f4aa3d7-cf3e-4583-8314-ff042dcf6590",
"type": "causes",
"attributes": {
"slug": "vel-sint-facere-veniam",
"name": "Vel sint facere veniam.",
"description": "Animi qui molestias doloremque.",
"position": 1,
"created_at": "2025-12-12T09:19:15.669-08:00",
"updated_at": "2025-12-12T09:19:18.923-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
cause deleted
Show child attributes
Unique ID of the cause
causes Show child attributes
The name of the cause
Date of creation
Date of last update
The slug of the cause
The description of the cause
Position of the cause
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "6f4aa3d7-cf3e-4583-8314-ff042dcf6590",
"type": "causes",
"attributes": {
"slug": "vel-sint-facere-veniam",
"name": "Vel sint facere veniam.",
"description": "Animi qui molestias doloremque.",
"position": 1,
"created_at": "2025-12-12T09:19:15.669-08:00",
"updated_at": "2025-12-12T09:19:18.923-08:00"
}
}
}