Skip to main content
DELETE
/
workflows
/
v1
/
workflows
/
{workflow_id}
/
super-node-interface
Unpublish Super Node
curl --request DELETE \
  --url https://api-qa.interactly.ai/workflows/v1/workflows/{workflow_id}/super-node-interface \
  --header 'Authorization: Bearer <token>'
{
  "workflow_id": "<string>",
  "message": "<string>",
  "workflow_version_number": 123,
  "workflows_referencing": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

workflow_id
string
required
Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Query Parameters

version_number
integer | null

Response

Successful Response

Response after unpublishing a super node.

workflow_id
string
required
message
string
required
workflow_version_number
integer | null

Version number that was unpublished

workflows_referencing
string[]

IDs of other workflows that currently embed this super node. They will break at execution time.