curl --request DELETE \
--url https://api.open.cx/workflows/{workflow_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Soft-delete a workflow and all its versions. Active versions are deactivated first. This cannot be undone.
curl --request DELETE \
--url https://api.open.cx/workflows/{workflow_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Was this page helpful?