DELETE
/
v1
/
playbook_tasks
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/playbook_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e76dc57d-839d-4098-a89b-a7f14bf1b84a",
    "type": "playbook_tasks",
    "attributes": {
      "playbook_id": "6ea854a7-3f5f-42cc-b365-91476cc72bbc",
      "task": "Ad quia laudantium repudiandae.",
      "description": "Sint provident et ut.",
      "position": 3,
      "created_at": "2025-05-29T17:46:56.002-07:00",
      "updated_at": "2025-05-29T17:46:58.821-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

playbook_task deleted

The response is of type object.