Skip to main content
DELETE
/
workflows
/
{id}
Delete Workflow
curl --request DELETE \
  --url https://api.example.com/workflows/{id}
{
  "success": true,
  "message": "<string>"
}

Path Parameters

id
string
required

Response

200 - application/json

Confirmation of deletion

success
boolean
message
string