Delete a specific incident_role task by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_role_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a03b2c46-f6bd-402a-88a7-f0ec3b2accd1",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "48f81258-1495-4e70-8e06-baeb9ba68719",
"task": "Fugiat tempore alias et.",
"description": "Ab ipsa illo nostrum.",
"priority": "medium",
"created_at": "2025-12-05T21:26:30.165-08:00",
"updated_at": "2025-12-05T21:26:31.169-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_role_task deleted
Show child attributes
Unique ID of the incident task
incident_role_tasks Show child attributes
The task of the incident task
Date of creation
Date of last update
The description of incident task
The priority of the incident task
high, medium, low Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_role_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a03b2c46-f6bd-402a-88a7-f0ec3b2accd1",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "48f81258-1495-4e70-8e06-baeb9ba68719",
"task": "Fugiat tempore alias et.",
"description": "Ab ipsa illo nostrum.",
"priority": "medium",
"created_at": "2025-12-05T21:26:30.165-08:00",
"updated_at": "2025-12-05T21:26:31.169-08:00"
}
}
}