Skip to main content

Delete Workflow

Remove workflow execution permanently from the system.

Input Payload

AttributeDescription
workflowIdThe unique identifier of the workflow to be removed.

API Endpoint

DELETE /workflow/{workflowId}/remove

Returns nil if no workflow is found by the id.

Client SDK Methods

void deleteWorkflow(String workflowId, boolean archiveWorkflow)