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": "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"
    }
  }
}

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