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": "0e036ee7-4c84-438b-83bf-3d8b582726c9",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "90d938bf-b30b-414d-880f-2e3038f757a5",
      "task": "Distinctio cupiditate eveniet aut.",
      "description": "Dicta cum sit at.",
      "priority": "medium",
      "created_at": "2025-08-12T10:48:59.076-07:00",
      "updated_at": "2025-08-12T10:49:00.222-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.