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": "240e56c2-5294-40c7-bf97-6c301e19899a",
"type": "retrospective_processes",
"attributes": {
"name": "Consequatur omnis est fugit.",
"description": "Voluptatem distinctio dolores. Iste totam possimus. In consectetur minus.",
"is_default": false,
"created_at": "2025-11-18T12:30:58.379-08:00",
"updated_at": "2025-11-18T12:31:01.379-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"d4fce573-2464-4788-8eb1-d8730824a0a6"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "c8f07c6c-8471-423d-bef8-5edb82100bbd",
"type": "retrospective_steps"
},
{
"id": "dc7b8cbf-b40c-4815-a38e-b8361e7a0af4",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "d4fce573-2464-4788-8eb1-d8730824a0a6",
"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": "240e56c2-5294-40c7-bf97-6c301e19899a",
"type": "retrospective_processes",
"attributes": {
"name": "Consequatur omnis est fugit.",
"description": "Voluptatem distinctio dolores. Iste totam possimus. In consectetur minus.",
"is_default": false,
"created_at": "2025-11-18T12:30:58.379-08:00",
"updated_at": "2025-11-18T12:31:01.379-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"d4fce573-2464-4788-8eb1-d8730824a0a6"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "c8f07c6c-8471-423d-bef8-5edb82100bbd",
"type": "retrospective_steps"
},
{
"id": "dc7b8cbf-b40c-4815-a38e-b8361e7a0af4",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "d4fce573-2464-4788-8eb1-d8730824a0a6",
"type": "incident_types"
}
]
}
}
}
}