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": "1621a18b-4d9e-4941-844a-3e83779f3692",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "2fe72242-cf13-4a10-a118-bb1e62ffd16d",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"qui"
],
"cc": [],
"bcc": [],
"subject": "Quae animi nulla expedita.",
"preheader": null,
"body": "Repellat ut sit dolorem.",
"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-02-10T19:18:40.291-08:00",
"updated_at": "2026-02-10T19:18:41.025-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/workflow_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1621a18b-4d9e-4941-844a-3e83779f3692",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "2fe72242-cf13-4a10-a118-bb1e62ffd16d",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"qui"
],
"cc": [],
"bcc": [],
"subject": "Quae animi nulla expedita.",
"preheader": null,
"body": "Repellat ut sit dolorem.",
"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-02-10T19:18:40.291-08:00",
"updated_at": "2026-02-10T19:18:41.025-08:00"
}
}
}