Skip to main content
DELETE
/
api
/
v1
/
workflows
/
{workflow_id}
Delete Workflow
curl --request DELETE \
  --url https://api.example.com/api/v1/workflows/{workflow_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

workflow_id
string
required

Response

Successful Response