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": "f10cda3f-8cf3-49cb-8d1c-97ff2e40882a",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "db5103d4-0999-4105-9846-5e9c137ab209",
      "task": "Enim corporis quia totam.",
      "description": "Officia inventore blanditiis ut.",
      "priority": "medium",
      "created_at": "2025-07-02T21:14:47.443-07:00",
      "updated_at": "2025-07-02T21:14:49.192-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.