Skip to main content

Remove the Workflow Definition

The API to remove/delete the workflow definition.

Input Payload

AttributeDescription
nameThe name of the workflow you want to delete.
versionThe version of the workflow to be deleted.

API Endpoint

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

Client SDK Methods

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