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": "fbccd767-13a6-4363-beaa-ecd1bfcd6f25",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "af641703-8db6-420a-9c44-35285f33d7ae",
"task": "Unde ipsa nisi accusantium.",
"description": "Vel ut molestiae quod.",
"position": 3,
"created_at": "2025-10-16T13:57:32.630-07:00",
"updated_at": "2025-10-16T13:57:35.502-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": "fbccd767-13a6-4363-beaa-ecd1bfcd6f25",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "af641703-8db6-420a-9c44-35285f33d7ae",
"task": "Unde ipsa nisi accusantium.",
"description": "Vel ut molestiae quod.",
"position": 3,
"created_at": "2025-10-16T13:57:32.630-07:00",
"updated_at": "2025-10-16T13:57:35.502-07:00"
}
}
}