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": "c44330a9-7f57-4cf8-ac45-9de0e03f210e",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "6f5f8233-4d7e-49c5-960e-bbaa1b5ae08b",
      "task": "Voluptatibus sequi est ipsam.",
      "description": "Fugiat sint animi corporis.",
      "priority": "medium",
      "created_at": "2025-05-29T17:45:24.612-07:00",
      "updated_at": "2025-05-29T17:45:26.570-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.