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": "f4af9f27-a4d9-4f21-b02c-5eb3e38a90a9",
"type": "retrospective_processes",
"attributes": {
"name": "Libero quaerat veritatis recusandae.",
"description": "Rem consequatur sit. Itaque maiores libero. Et omnis doloremque.",
"is_default": false,
"created_at": "2026-02-16T14:42:02.872-08:00",
"updated_at": "2026-02-16T14:42:04.330-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"265c5dfa-65ca-4cb1-bf97-79a4db20811e"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "a625effc-f842-47ea-a341-3563eb777858",
"type": "retrospective_steps"
},
{
"id": "c7e243dd-2cea-4dbb-931c-be2505bf9600",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "265c5dfa-65ca-4cb1-bf97-79a4db20811e",
"type": "incident_types"
}
]
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/retrospective_processes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "f4af9f27-a4d9-4f21-b02c-5eb3e38a90a9",
"type": "retrospective_processes",
"attributes": {
"name": "Libero quaerat veritatis recusandae.",
"description": "Rem consequatur sit. Itaque maiores libero. Et omnis doloremque.",
"is_default": false,
"created_at": "2026-02-16T14:42:02.872-08:00",
"updated_at": "2026-02-16T14:42:04.330-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"265c5dfa-65ca-4cb1-bf97-79a4db20811e"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "a625effc-f842-47ea-a341-3563eb777858",
"type": "retrospective_steps"
},
{
"id": "c7e243dd-2cea-4dbb-931c-be2505bf9600",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "265c5dfa-65ca-4cb1-bf97-79a4db20811e",
"type": "incident_types"
}
]
}
}
}
}