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": "e2c7641b-4a48-45fe-9829-20c74da64cae",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "46978557-870d-4466-bad0-74ad4d1aa544",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"est"
],
"cc": [],
"bcc": [],
"subject": "Et saepe occaecati et.",
"preheader": null,
"body": "Dignissimos saepe et sint.",
"include_header": true,
"include_footer": true,
"custom_logo_url": null
},
"name": "Send an email",
"position": 1,
"skip_on_failure": false,
"enabled": true,
"created_at": "2026-01-20T18:28:00.519-08:00",
"updated_at": "2026-01-20T18:28:01.256-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/workflow_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e2c7641b-4a48-45fe-9829-20c74da64cae",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "46978557-870d-4466-bad0-74ad4d1aa544",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"est"
],
"cc": [],
"bcc": [],
"subject": "Et saepe occaecati et.",
"preheader": null,
"body": "Dignissimos saepe et sint.",
"include_header": true,
"include_footer": true,
"custom_logo_url": null
},
"name": "Send an email",
"position": 1,
"skip_on_failure": false,
"enabled": true,
"created_at": "2026-01-20T18:28:00.519-08:00",
"updated_at": "2026-01-20T18:28:01.256-08:00"
}
}
}