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": "9eddd4ec-fdbc-46df-8cf0-ad0cdb0019bf",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "d93b60ed-0293-4adb-b2cb-c48fba22a58a",
"task": "Est numquam facere voluptatibus.",
"description": "Vitae sed dignissimos reiciendis.",
"priority": "medium",
"created_at": "2025-11-14T13:15:40.886-08:00",
"updated_at": "2025-11-14T13:15:42.587-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": "9eddd4ec-fdbc-46df-8cf0-ad0cdb0019bf",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "d93b60ed-0293-4adb-b2cb-c48fba22a58a",
"task": "Est numquam facere voluptatibus.",
"description": "Vitae sed dignissimos reiciendis.",
"priority": "medium",
"created_at": "2025-11-14T13:15:40.886-08:00",
"updated_at": "2025-11-14T13:15:42.587-08:00"
}
}
}