Skip to main content
DELETE
/
v1
/
workflow_tasks
/
{id}
Delete a workflow task
curl --request DELETE \
  --url https://api.rootly.com/v1/workflow_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "c8133a1d-5f74-4aa9-9d5f-907660516b9d",
    "type": "workflow_tasks",
    "attributes": {
      "workflow_id": "390ea533-40eb-46c3-babb-ac523e54b28b",
      "task_params": {
        "task_type": "send_email",
        "from": "Rootly <[email protected]>",
        "to": [
          "ipsum"
        ],
        "cc": [],
        "bcc": [],
        "subject": "Sunt sed aut quos.",
        "preheader": null,
        "body": "Nam ut quaerat assumenda.",
        "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-27T19:34:18.627-08:00",
      "updated_at": "2026-01-27T19:34:19.794-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

workflow_task deleted

data
object
required