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": "2410e05b-6671-4c43-b378-efa13bac2530",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "06e9911d-386b-4a71-bd94-c8206d0f3d3d",
      "task": "Vel voluptatibus vitae ex.",
      "description": "Repellendus est aliquid accusantium.",
      "priority": "medium",
      "created_at": "2025-06-21T12:00:54.380-07:00",
      "updated_at": "2025-06-21T12:00:55.997-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.