Hanzo AI
OpenapiWorkflow

Delete workflow

Answers 307 with Location /v1/workflow/ — this address serves nothing itself.

DELETE /v1/workflow

Addresshttps://api.hanzo.ai/v1/workflow
MethodDELETE
Operationdelete_workflow
AuthAuthorization: Bearer $HANZO_API_KEY

Answers 307 with Location /v1/workflow/ — this address serves nothing itself. The status and the Location are the same on every method; a GET additionally carries the short HTML body a browser falls back to when it does not follow the redirect itself.

A 307 preserves both the method and the body, so a client that follows redirects re-sends the request unchanged to /v1/workflow/ and nothing is lost. A client that does NOT follow redirects sees only the 307 and performs no work — address /v1/workflow/ directly and the hop disappears.

Request

DELETE /v1/workflow takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo workflow clear

Workflow API · All Hanzo APIs · Interactive reference

How is this guide?

On this page