Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
workflow_task deleted
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": "b8d5d755-231e-4364-ac31-01d7bcc446c8",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "8fa6d080-fcad-47e3-ac3f-0a3ba320bee7",
"task_params": {
"task_type": "send_email",
"from": "Rootly <workflows@rootly.com>",
"to": [
"aut"
],
"cc": [],
"bcc": [],
"subject": "Asperiores ullam aliquam consequatur.",
"preheader": null,
"body": "Sint quidem sunt unde.",
"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-10-29T14:43:40.802-07:00",
"updated_at": "2025-10-29T14:43:41.989-07:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
workflow_task deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/workflow_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "b8d5d755-231e-4364-ac31-01d7bcc446c8",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "8fa6d080-fcad-47e3-ac3f-0a3ba320bee7",
"task_params": {
"task_type": "send_email",
"from": "Rootly <workflows@rootly.com>",
"to": [
"aut"
],
"cc": [],
"bcc": [],
"subject": "Asperiores ullam aliquam consequatur.",
"preheader": null,
"body": "Sint quidem sunt unde.",
"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-10-29T14:43:40.802-07:00",
"updated_at": "2025-10-29T14:43:41.989-07:00"
}
}
}