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": "52fc7956-9315-4f2d-9e48-329b0b74c6f2",
"type": "retrospective_processes",
"attributes": {
"name": "In rerum nihil ipsum.",
"description": "Soluta id ab. Mollitia tempore ipsum. Quam quos deleniti.",
"is_default": false,
"created_at": "2025-12-16T03:04:15.749-08:00",
"updated_at": "2025-12-16T03:04:17.561-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"f491cc17-3d81-462b-95ee-0aa8b0b8af75"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "6ad351e2-b747-4ead-a074-faaec881596f",
"type": "retrospective_steps"
},
{
"id": "77436d8a-6e28-4031-bbd9-da82a4483f04",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "f491cc17-3d81-462b-95ee-0aa8b0b8af75",
"type": "incident_types"
}
]
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
retrospective_process deleted
Show child attributes
Unique id of retrospective process
retrospective_processes Show child attributes
The name of the retrospective process
The description of the retrospective process
Indicates the default process that Rootly created. This will be used as a fallback if no processes match the incident's conditions. The default process cannot have conditions and cannot be changed.
Date of creation
Date of last update
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/retrospective_processes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "52fc7956-9315-4f2d-9e48-329b0b74c6f2",
"type": "retrospective_processes",
"attributes": {
"name": "In rerum nihil ipsum.",
"description": "Soluta id ab. Mollitia tempore ipsum. Quam quos deleniti.",
"is_default": false,
"created_at": "2025-12-16T03:04:15.749-08:00",
"updated_at": "2025-12-16T03:04:17.561-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"f491cc17-3d81-462b-95ee-0aa8b0b8af75"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "6ad351e2-b747-4ead-a074-faaec881596f",
"type": "retrospective_steps"
},
{
"id": "77436d8a-6e28-4031-bbd9-da82a4483f04",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "f491cc17-3d81-462b-95ee-0aa8b0b8af75",
"type": "incident_types"
}
]
}
}
}
}