DELETE
/
v1
/
workflow_tasks
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/workflow_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "35b0d615-47ad-4567-a7d6-00757be727c3",
    "type": "workflow_tasks",
    "attributes": {
      "workflow_id": "2f2da1b1-0c19-4391-ab90-c015f55ce789",
      "task_params": {
        "task_type": "send_email",
        "from": "Rootly <workflows@rootly.com>",
        "to": [
          "iste"
        ],
        "cc": [],
        "bcc": [],
        "subject": "Eum consequatur vitae quidem.",
        "preheader": null,
        "body": "Illo qui quia est.",
        "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-08T00:18:53.601-07:00",
      "updated_at": "2025-05-08T00:18:56.604-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.