Skip to main content
DELETE
/
v1
/
incident_role_tasks
/
{id}
Delete an incident role task
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_role_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "00a1f67e-f5df-476f-bbbe-6d2eaae68156",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "4b454654-ed7c-4cef-94dd-0c88006bc3d8",
      "task": "Enim mollitia deserunt ad.",
      "description": "Alias animi repellendus quo.",
      "priority": "medium",
      "created_at": "2025-12-22T14:55:25.475-08:00",
      "updated_at": "2025-12-22T14:55:26.200-08: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

incident_role_task deleted

data
object
required