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": "46e2280b-c360-4118-a353-8563dd5e4ee0",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "804062e8-1969-48a6-a8fe-7deab0d30bea",
"task_params": {
"task_type": "send_email",
"from": "Rootly <workflows@rootly.com>",
"to": [
"qui"
],
"cc": [],
"bcc": [],
"subject": "Ratione quia dolorem et.",
"preheader": null,
"body": "Sed nobis ducimus quod.",
"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-11-04T19:19:23.976-08:00",
"updated_at": "2025-11-04T19:19:25.384-08: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": "46e2280b-c360-4118-a353-8563dd5e4ee0",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "804062e8-1969-48a6-a8fe-7deab0d30bea",
"task_params": {
"task_type": "send_email",
"from": "Rootly <workflows@rootly.com>",
"to": [
"qui"
],
"cc": [],
"bcc": [],
"subject": "Ratione quia dolorem et.",
"preheader": null,
"body": "Sed nobis ducimus quod.",
"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-11-04T19:19:23.976-08:00",
"updated_at": "2025-11-04T19:19:25.384-08:00"
}
}
}