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": "cae8931b-e785-49ea-be23-32cf7a4112f9",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "5c58cc0f-67f5-4344-a241-1b73cca4a3ae",
"task": "Voluptatum ad veritatis ullam.",
"description": "Fuga voluptatem necessitatibus magni.",
"position": 3,
"created_at": "2025-11-26T20:56:20.782-08:00",
"updated_at": "2025-11-26T20:56:22.306-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
playbook_task deleted
Show child attributes
Unique ID of the task
playbook_tasks Show child attributes
The task of the task
Date of creation
Date of last update
The description of task
The position of the task
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/playbook_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "cae8931b-e785-49ea-be23-32cf7a4112f9",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "5c58cc0f-67f5-4344-a241-1b73cca4a3ae",
"task": "Voluptatum ad veritatis ullam.",
"description": "Fuga voluptatem necessitatibus magni.",
"position": 3,
"created_at": "2025-11-26T20:56:20.782-08:00",
"updated_at": "2025-11-26T20:56:22.306-08:00"
}
}
}