Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_role_task deleted
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": "5116dc01-fa1c-4b84-a87c-62155d0a1396",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "805c650c-12a3-4014-affa-44f473d6778c",
"task": "Sunt dicta fuga suscipit.",
"description": "Error dolorem quod sit.",
"priority": "medium",
"created_at": "2025-11-06T13:26:23.616-08:00",
"updated_at": "2025-11-06T13:26:25.755-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_role_task deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_role_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5116dc01-fa1c-4b84-a87c-62155d0a1396",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "805c650c-12a3-4014-affa-44f473d6778c",
"task": "Sunt dicta fuga suscipit.",
"description": "Error dolorem quod sit.",
"priority": "medium",
"created_at": "2025-11-06T13:26:23.616-08:00",
"updated_at": "2025-11-06T13:26:25.755-08:00"
}
}
}