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": "72b748cc-7d41-4afd-a224-5291d7c08c61",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "794c4e46-902e-4737-9513-111e7b8fabb0",
"task": "Vel aut ad doloremque.",
"description": "Ex rerum voluptas aut.",
"position": 3,
"created_at": "2025-09-15T15:03:42.796-07:00",
"updated_at": "2025-09-15T15:03:45.128-07: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": "72b748cc-7d41-4afd-a224-5291d7c08c61",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "794c4e46-902e-4737-9513-111e7b8fabb0",
"task": "Vel aut ad doloremque.",
"description": "Ex rerum voluptas aut.",
"position": 3,
"created_at": "2025-09-15T15:03:42.796-07:00",
"updated_at": "2025-09-15T15:03:45.128-07:00"
}
}
}