Delete workflow binding
Delete the brand’s bindings for . ?template_key= scopes the delete to one template; without it every row for the workflow_type is removed…
DELETE
Delete the brand’s bindings for {workflow_type}.
?template_key= scopes the delete to one template; without it every row for the workflow_type is removed. Returns 200 {‘deleted’: N} (not a bare 204) so the caller can see how many rows the sweep took; 404 when nothing matched.
NOTE: PATCH /v1/brands/{brand_id} with a workflow_bindings array delete-and-reinserts ALL bindings for the brand and will clobber rows created here.
Path parameters
string (uuid)
required
string (string)
required
Query parameters
string
Scope the delete to one template_key. Omitted, every binding for the workflow_type is deleted.
Response
WorkflowBindingDeleteResponse
integer
required
Number of rows removed.