Hanzo AI
OpenapiAuto

Delete flows

Deletes one automation, its versions and its run history.

DELETE /v1/auto/flows/{id}

Addresshttps://api.hanzo.ai/v1/auto/flows/{id}
MethodDELETE
Operationdelete_auto_flows_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Deletes one automation, its versions and its run history. It answers no content, and a flow of another org answers not-found.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the flow to act on, from the path.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo auto flows rm <id>

Auto API · All Hanzo APIs · Interactive reference

How is this guide?

On this page