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": "653d61dd-876b-412f-b56a-be4dfa48064a",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "0137c3a3-0314-4bd8-a521-2e63d1b4d0a9",
"task": "Et aut ut dignissimos.",
"description": "Illum pariatur sed rerum.",
"priority": "medium",
"created_at": "2025-09-16T01:59:31.099-07:00",
"updated_at": "2025-09-16T01:59:32.158-07: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": "653d61dd-876b-412f-b56a-be4dfa48064a",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "0137c3a3-0314-4bd8-a521-2e63d1b4d0a9",
"task": "Et aut ut dignissimos.",
"description": "Illum pariatur sed rerum.",
"priority": "medium",
"created_at": "2025-09-16T01:59:31.099-07:00",
"updated_at": "2025-09-16T01:59:32.158-07:00"
}
}
}