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": "d88ce295-5469-4f63-ab36-694dd2d372ab",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "6eef5677-6ba7-4dd0-975a-453b26199e1f",
      "task": "Aperiam voluptatem ut et.",
      "description": "Tempore fuga dolor sit.",
      "priority": "medium",
      "created_at": "2026-01-08T21:08:02.393-08:00",
      "updated_at": "2026-01-08T21:08:03.419-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