English
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": "b73d3642-bf40-4a60-934c-8ba23aae77ca", "type": "playbook_tasks", "attributes": { "playbook_id": "9f61bd56-eafa-4955-bc80-06e6be40a3a9", "task": "Beatae doloremque qui ut.", "description": "Qui corporis pariatur illum.", "position": 3, "created_at": "2025-07-05T07:46:41.676-07:00", "updated_at": "2025-07-05T07:46:44.752-07:00" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
playbook_task deleted
The response is of type object.
object
Was this page helpful?