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": "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"
}
}
}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": "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"
}
}
}