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": "b1a0e3bb-d24f-4029-ad57-2a4141df84cd",
    "type": "workflow_tasks",
    "attributes": {
      "workflow_id": "7f3948b1-fafd-4100-8461-4631f3d0995c",
      "task_params": {
        "task_type": "send_email",
        "from": "Rootly <workflows@rootly.com>",
        "to": [
          "saepe"
        ],
        "cc": [],
        "bcc": [],
        "subject": "In quidem quibusdam eos.",
        "preheader": null,
        "body": "Temporibus dicta blanditiis aut.",
        "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-08T19:32:45.441-07:00",
      "updated_at": "2025-10-08T19:32:46.471-07: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
I