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": "1edbff09-eb4d-49da-b7a4-1396faf7c6a4",
    "type": "workflow_tasks",
    "attributes": {
      "workflow_id": "91d1abe8-7d7d-48ea-94dd-7e8a3fc28ad7",
      "task_params": {
        "task_type": "send_email",
        "from": "Rootly <[email protected]>",
        "to": [
          "et"
        ],
        "cc": [],
        "bcc": [],
        "subject": "Iusto vero reprehenderit molestiae.",
        "preheader": null,
        "body": "Quidem blanditiis pariatur quis.",
        "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-16T12:40:05.772-08:00",
      "updated_at": "2026-01-16T12:40:06.706-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