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": "46b0a201-8184-40bc-9500-d654df90cb4e",
    "type": "workflow_tasks",
    "attributes": {
      "workflow_id": "ce94820b-7dc0-4f7d-8a3e-66b8832da1db",
      "task_params": {
        "task_type": "send_email",
        "from": "Rootly <[email protected]>",
        "to": [
          "molestiae"
        ],
        "cc": [],
        "bcc": [],
        "subject": "Et fugiat qui aspernatur.",
        "preheader": null,
        "body": "Sequi occaecati nihil libero.",
        "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-12-05T02:26:56.418-08:00",
      "updated_at": "2025-12-05T02:26:57.183-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