Hanzo
OpenapiFlow

Deletes one of the caller's workflows and its runs.

Deletes one of the caller's workflows and its runs.

DELETE /v1/flow/workflows/{workflow}

Addresshttps://api.hanzo.ai/v1/flow/workflows/{workflow}
MethodDELETE
Operationdelete_flow_workflows_by_workflow
AuthAuthorization: Bearer $HANZO_API_KEY

Deletes one of the caller's workflows and its runs. Ownership is verified first; a foreign id answers 404 and deletes nothing.

Request

1 field.

FieldInTypeRequiredDescription
workflowpathstringyesWorkflow is the workflow's UUID, taken from the path.

Response

StatusBodyMeaning
200ok

200 body — 1 field.

FieldInTypeAlwaysDescription
(body)bodyanyyes

Failure carries the platform error shape — see Errors.

Examples

hanzo flow workflows rm <workflow>

Flow API · All Hanzo APIs · Interactive reference

How is this guide?

On this page