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": "df92c842-9e5d-4385-aaaa-eb950249c160",
"type": "retrospective_processes",
"attributes": {
"name": "Nemo asperiores error et.",
"description": "Corrupti ea eveniet. Eligendi quia omnis. Molestiae autem necessitatibus.",
"is_default": false,
"created_at": "2025-12-13T18:51:54.661-08:00",
"updated_at": "2025-12-13T18:51:56.333-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"d4847bbd-633e-494e-a576-81fe0a17e123"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "698cf198-555f-4d6b-9866-a8010907dd40",
"type": "retrospective_steps"
},
{
"id": "9e7d1079-b0fd-448c-a243-11ead6fc7669",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "d4847bbd-633e-494e-a576-81fe0a17e123",
"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": "df92c842-9e5d-4385-aaaa-eb950249c160",
"type": "retrospective_processes",
"attributes": {
"name": "Nemo asperiores error et.",
"description": "Corrupti ea eveniet. Eligendi quia omnis. Molestiae autem necessitatibus.",
"is_default": false,
"created_at": "2025-12-13T18:51:54.661-08:00",
"updated_at": "2025-12-13T18:51:56.333-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"d4847bbd-633e-494e-a576-81fe0a17e123"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "698cf198-555f-4d6b-9866-a8010907dd40",
"type": "retrospective_steps"
},
{
"id": "9e7d1079-b0fd-448c-a243-11ead6fc7669",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "d4847bbd-633e-494e-a576-81fe0a17e123",
"type": "incident_types"
}
]
}
}
}
}