Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
playbook_task deleted
Delete a specific playbook task by id
curl --request DELETE \
--url https://api.rootly.com/v1/playbook_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "073007d1-9044-4e75-be8c-b29917b429ba",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "1653fbf6-67e4-4e1b-9091-337626db24b8",
"task": "Eius nulla id earum.",
"description": "Dicta veniam voluptas porro.",
"position": 3,
"created_at": "2025-11-27T00:11:26.390-08:00",
"updated_at": "2025-11-27T00:11:28.108-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
playbook_task deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/playbook_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "073007d1-9044-4e75-be8c-b29917b429ba",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "1653fbf6-67e4-4e1b-9091-337626db24b8",
"task": "Eius nulla id earum.",
"description": "Dicta veniam voluptas porro.",
"position": 3,
"created_at": "2025-11-27T00:11:26.390-08:00",
"updated_at": "2025-11-27T00:11:28.108-08:00"
}
}
}