DELETE
/
v1
/
incident_role_tasks
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_role_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "0201d165-f370-41c1-a6b9-b4ee9e270842",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "adc93ef1-4c1e-4a99-8893-480e7785f624",
      "task": "Omnis cum voluptatem similique.",
      "description": "Et ea voluptas aut.",
      "priority": "medium",
      "created_at": "2025-06-19T02:41:36.798-07:00",
      "updated_at": "2025-06-19T02:41:38.957-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

incident_role_task deleted

The response is of type object.