Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
playbook deleted
Delete a specific playbook by id
curl --request DELETE \
--url https://api.rootly.com/v1/playbooks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "f7c016e8-26be-4c18-a5d4-8807dbc20f31",
"type": "playbooks",
"attributes": {
"title": "At et dicta dolor.",
"summary": null,
"external_url": null,
"severity_ids": [],
"environment_ids": [],
"service_ids": [],
"functionality_ids": [],
"group_ids": [],
"incident_type_ids": [],
"cause_ids": [],
"created_at": "2025-11-27T00:11:30.407-08:00",
"updated_at": "2025-11-27T00:11:35.664-08:00"
},
"relationships": {
"severities": {
"data": []
},
"environments": {
"data": []
},
"services": {
"data": []
},
"functionalities": {
"data": []
},
"groups": {
"data": []
},
"causes": {
"data": []
},
"incident_types": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
playbook deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/playbooks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "f7c016e8-26be-4c18-a5d4-8807dbc20f31",
"type": "playbooks",
"attributes": {
"title": "At et dicta dolor.",
"summary": null,
"external_url": null,
"severity_ids": [],
"environment_ids": [],
"service_ids": [],
"functionality_ids": [],
"group_ids": [],
"incident_type_ids": [],
"cause_ids": [],
"created_at": "2025-11-27T00:11:30.407-08:00",
"updated_at": "2025-11-27T00:11:35.664-08:00"
},
"relationships": {
"severities": {
"data": []
},
"environments": {
"data": []
},
"services": {
"data": []
},
"functionalities": {
"data": []
},
"groups": {
"data": []
},
"causes": {
"data": []
},
"incident_types": {
"data": []
}
}
}
}