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": "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"
}
}
}Was this page helpful?
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"
}
}
}