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": "4cb98c76-283c-418d-afbb-908d46621dda",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "95e7a993-b87d-465c-9dff-711d4fdf3ae0",
      "task": "Eum eos cupiditate et.",
      "description": "Error in officia est.",
      "priority": "medium",
      "created_at": "2025-11-28T18:11:09.377-08:00",
      "updated_at": "2025-11-28T18:11:10.832-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