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": "33c2692c-4944-4b2f-a68c-e378ddafd868",
"type": "retrospective_processes",
"attributes": {
"name": "Velit debitis numquam itaque.",
"description": "Esse tempora aut. Ut et suscipit. Sit accusantium eos.",
"is_default": false,
"created_at": "2025-10-31T18:58:51.377-07:00",
"updated_at": "2025-10-31T18:58:54.291-07:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"92e715b9-e860-4273-b97c-48e1524e9d72"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "44705d45-95ef-42ab-8aea-e7580df32e34",
"type": "retrospective_steps"
},
{
"id": "81c3be59-6e2c-4914-8b4e-6607520ac73a",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "92e715b9-e860-4273-b97c-48e1524e9d72",
"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": "33c2692c-4944-4b2f-a68c-e378ddafd868",
"type": "retrospective_processes",
"attributes": {
"name": "Velit debitis numquam itaque.",
"description": "Esse tempora aut. Ut et suscipit. Sit accusantium eos.",
"is_default": false,
"created_at": "2025-10-31T18:58:51.377-07:00",
"updated_at": "2025-10-31T18:58:54.291-07:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"92e715b9-e860-4273-b97c-48e1524e9d72"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "44705d45-95ef-42ab-8aea-e7580df32e34",
"type": "retrospective_steps"
},
{
"id": "81c3be59-6e2c-4914-8b4e-6607520ac73a",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "92e715b9-e860-4273-b97c-48e1524e9d72",
"type": "incident_types"
}
]
}
}
}
}