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": "d2309da0-c37b-4496-aef4-cce0b706bed7",
"type": "retrospective_processes",
"attributes": {
"name": "Deleniti ipsam autem id.",
"description": "Omnis neque debitis. Blanditiis ratione minima. Autem inventore dignissimos.",
"is_default": false,
"created_at": "2025-11-21T01:22:10.270-08:00",
"updated_at": "2025-11-21T01:22:11.683-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"f0dac398-cc8b-4ba8-b02e-0b9a3cd81182"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "38c4c9b6-58ce-4d00-86a3-a76153d58336",
"type": "retrospective_steps"
},
{
"id": "41a8c2e4-9bab-48be-891f-66bf2c0a1e73",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "f0dac398-cc8b-4ba8-b02e-0b9a3cd81182",
"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": "d2309da0-c37b-4496-aef4-cce0b706bed7",
"type": "retrospective_processes",
"attributes": {
"name": "Deleniti ipsam autem id.",
"description": "Omnis neque debitis. Blanditiis ratione minima. Autem inventore dignissimos.",
"is_default": false,
"created_at": "2025-11-21T01:22:10.270-08:00",
"updated_at": "2025-11-21T01:22:11.683-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"f0dac398-cc8b-4ba8-b02e-0b9a3cd81182"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "38c4c9b6-58ce-4d00-86a3-a76153d58336",
"type": "retrospective_steps"
},
{
"id": "41a8c2e4-9bab-48be-891f-66bf2c0a1e73",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "f0dac398-cc8b-4ba8-b02e-0b9a3cd81182",
"type": "incident_types"
}
]
}
}
}
}