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": "e5ffb13f-7d05-40ee-a51d-d2d2c7287211",
"type": "retrospective_processes",
"attributes": {
"name": "Repellat reiciendis fuga iste.",
"description": "Nemo voluptatem labore. Minus explicabo itaque. Tempore aperiam amet.",
"is_default": false,
"created_at": "2025-12-11T09:42:26.572-08:00",
"updated_at": "2025-12-11T09:42:28.781-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"6a9de0cd-f796-4d4a-acfa-80affcde3efd"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "74e56c78-4ff5-43da-8d48-358d0f02e31e",
"type": "retrospective_steps"
},
{
"id": "e7bbb436-f61c-4c29-8434-34449babd2f4",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "6a9de0cd-f796-4d4a-acfa-80affcde3efd",
"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": "e5ffb13f-7d05-40ee-a51d-d2d2c7287211",
"type": "retrospective_processes",
"attributes": {
"name": "Repellat reiciendis fuga iste.",
"description": "Nemo voluptatem labore. Minus explicabo itaque. Tempore aperiam amet.",
"is_default": false,
"created_at": "2025-12-11T09:42:26.572-08:00",
"updated_at": "2025-12-11T09:42:28.781-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"6a9de0cd-f796-4d4a-acfa-80affcde3efd"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "74e56c78-4ff5-43da-8d48-358d0f02e31e",
"type": "retrospective_steps"
},
{
"id": "e7bbb436-f61c-4c29-8434-34449babd2f4",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "6a9de0cd-f796-4d4a-acfa-80affcde3efd",
"type": "incident_types"
}
]
}
}
}
}