DELETE
/
v1
/
workflow_tasks
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/workflow_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "eb429225-0acc-4232-a870-3f38a603deaa",
    "type": "workflow_tasks",
    "attributes": {
      "workflow_id": "71bfebff-3b2f-4c60-8124-60c75a365d29",
      "task_params": {
        "task_type": "send_email",
        "from": "Rootly <workflows@rootly.com>",
        "to": [
          "illum"
        ],
        "cc": [],
        "bcc": [],
        "subject": "In quod rerum quos.",
        "preheader": null,
        "body": "Autem voluptatem alias et.",
        "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-05-29T17:42:46.461-07:00",
      "updated_at": "2025-05-29T17:42:49.379-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

200
application/vnd.api+json

workflow_task deleted

The response is of type object.