Skip to main content

Remove the Workflow Definition

Remove the workflow defintion

Input Payload

AttributeDescription
nameThe name of the workflow you want to retrieve definition of
versionChoose the workflow version

API Endpoint

DELETE /api/metadata/workflow/{name}/{version}

Client SDK Methods

WorkflowDef OrkesMetadataClient.unregisterWorkflowDef(String name, Integer version) throws ApiException