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": "8565ce76-82da-41d1-b0fe-8cac264c97bc",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "8401c611-04c4-41e8-a93c-0be03510f984",
"task": "Esse et ab voluptatem.",
"description": "Dignissimos incidunt quia eos.",
"priority": "medium",
"created_at": "2025-10-18T10:28:13.151-07:00",
"updated_at": "2025-10-18T10:28:14.691-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": "8565ce76-82da-41d1-b0fe-8cac264c97bc",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "8401c611-04c4-41e8-a93c-0be03510f984",
"task": "Esse et ab voluptatem.",
"description": "Dignissimos incidunt quia eos.",
"priority": "medium",
"created_at": "2025-10-18T10:28:13.151-07:00",
"updated_at": "2025-10-18T10:28:14.691-07:00"
}
}
}