Delete a specific workflow task by id
curl --request DELETE \
--url https://api.rootly.com/v1/workflow_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "0b063b6c-3728-487a-b205-b55f2f6e15dc",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "2028c79f-f767-4039-b23e-3f6a5d1723dc",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"quia"
],
"cc": [],
"bcc": [],
"subject": "Consequatur est corrupti laborum.",
"preheader": null,
"body": "Iusto quo vitae consequatur.",
"include_header": true,
"include_footer": true,
"custom_logo_url": null
},
"name": "Send an email",
"position": 1,
"skip_on_failure": false,
"enabled": true,
"created_at": "2025-12-19T13:52:32.896-08:00",
"updated_at": "2025-12-19T13:52:34.512-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/workflow_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "0b063b6c-3728-487a-b205-b55f2f6e15dc",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "2028c79f-f767-4039-b23e-3f6a5d1723dc",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"quia"
],
"cc": [],
"bcc": [],
"subject": "Consequatur est corrupti laborum.",
"preheader": null,
"body": "Iusto quo vitae consequatur.",
"include_header": true,
"include_footer": true,
"custom_logo_url": null
},
"name": "Send an email",
"position": 1,
"skip_on_failure": false,
"enabled": true,
"created_at": "2025-12-19T13:52:32.896-08:00",
"updated_at": "2025-12-19T13:52:34.512-08:00"
}
}
}