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": "e012135e-5fbd-4530-bdd5-b67cb488fa4e",
"type": "retrospective_processes",
"attributes": {
"name": "Distinctio sed minima nemo.",
"description": "Et est tenetur. Mollitia fuga ducimus. Molestias temporibus saepe.",
"is_default": false,
"created_at": "2025-11-21T14:33:42.482-08:00",
"updated_at": "2025-11-21T14:33:45.059-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"b1787214-6581-4ee1-a2cc-0084f63de402"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "b8a92fe9-de77-417e-bab2-b67fc572e4ad",
"type": "retrospective_steps"
},
{
"id": "4a85a769-d796-4750-8f56-89045e321007",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "b1787214-6581-4ee1-a2cc-0084f63de402",
"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": "e012135e-5fbd-4530-bdd5-b67cb488fa4e",
"type": "retrospective_processes",
"attributes": {
"name": "Distinctio sed minima nemo.",
"description": "Et est tenetur. Mollitia fuga ducimus. Molestias temporibus saepe.",
"is_default": false,
"created_at": "2025-11-21T14:33:42.482-08:00",
"updated_at": "2025-11-21T14:33:45.059-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"b1787214-6581-4ee1-a2cc-0084f63de402"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "b8a92fe9-de77-417e-bab2-b67fc572e4ad",
"type": "retrospective_steps"
},
{
"id": "4a85a769-d796-4750-8f56-89045e321007",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "b1787214-6581-4ee1-a2cc-0084f63de402",
"type": "incident_types"
}
]
}
}
}
}