v6
latestOpenAPI 3.1.02026-08-04135335658.3 KBUnpublish Super Node
Unpublish a workflow version as a super node.
If version_number is omitted, resolves to the workflow's active_version_number. Sets is_active=False on the SuperNodesModel document for that (workflow, version) pair. The workflow itself is not modified. Also warns about any workflows in this team that currently embed this super node — those will fail at execution time once the interface snapshot they hold diverges or becomes stale.
When dry_run=true, the SuperNodesModel document is left untouched and only the list of referencing workflows is returned. This lets the dashboard show a confirmation prompt before performing the destructive call.
Path parameters
Query parameters
When true, do not actually unpublish — only return the list of workflows that currently reference this super node. Used by the UI to surface a confirmation dialog.
When true, do not actually unpublish — only return the list of workflows that currently reference this super node. Used by the UI to surface a confirmation dialog.
Response
Successful Response