Skip to main content
POST
Unlink workflows from template

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

templateId
string<uuid>
required

Template ID

Body

application/json

Body

Request body for unlinking workflows from a template

workflowIds
string<uuid>[]
required

Workflow IDs to unlink from this template

Required array length: 1 - 2000 elements

Response

200

Response for unlinking workflows from a template

error
enum<boolean>
required

Error flag (always false on success)

Available options:
false
success
enum<boolean>
required

Success flag

Available options:
true
unlinkedCount
number
required

Number of workflows unlinked

workflowIds
string<uuid>[]
required

IDs of unlinked workflows