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": "5116dc01-fa1c-4b84-a87c-62155d0a1396",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "805c650c-12a3-4014-affa-44f473d6778c",
      "task": "Sunt dicta fuga suscipit.",
      "description": "Error dolorem quod sit.",
      "priority": "medium",
      "created_at": "2025-11-06T13:26:23.616-08:00",
      "updated_at": "2025-11-06T13:26:25.755-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