Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
retrospective_process deleted
Delete a specific retrospective process by id
curl --request DELETE \
--url https://api.rootly.com/v1/retrospective_processes/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "40dd7407-211f-4b85-b752-9d2b34a60e32",
"type": "retrospective_processes",
"attributes": {
"name": "Omnis sapiente vitae minima.",
"description": "Omnis id sed. Nobis voluptatibus eum. Officia accusamus ipsa.",
"is_default": false,
"created_at": "2025-10-03T19:40:02.147-07:00",
"updated_at": "2025-10-03T19:40:04.589-07:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"3d6c0cd6-945b-455e-a3d3-c877efbc0052"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "e55cfdea-4ac7-4b06-ad4d-7170fa2adf74",
"type": "retrospective_steps"
},
{
"id": "d67ca5a6-84f9-4ca0-8cb0-a79f04d23d1a",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "3d6c0cd6-945b-455e-a3d3-c877efbc0052",
"type": "incident_types"
}
]
}
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
retrospective_process deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/retrospective_processes/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "40dd7407-211f-4b85-b752-9d2b34a60e32",
"type": "retrospective_processes",
"attributes": {
"name": "Omnis sapiente vitae minima.",
"description": "Omnis id sed. Nobis voluptatibus eum. Officia accusamus ipsa.",
"is_default": false,
"created_at": "2025-10-03T19:40:02.147-07:00",
"updated_at": "2025-10-03T19:40:04.589-07:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"3d6c0cd6-945b-455e-a3d3-c877efbc0052"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "e55cfdea-4ac7-4b06-ad4d-7170fa2adf74",
"type": "retrospective_steps"
},
{
"id": "d67ca5a6-84f9-4ca0-8cb0-a79f04d23d1a",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "3d6c0cd6-945b-455e-a3d3-c877efbc0052",
"type": "incident_types"
}
]
}
}
}
}