Hanzo
OpenapiO11y

Deletes a funnel.

Deletes a funnel. The answer carries no data — the runtime acknowledges with the success envelope alone, which is what this Out says.

DELETE /v1/o11y/trace-funnels/{funnel_id}

Addresshttps://api.hanzo.ai/v1/o11y/trace-funnels/{funnel_id}
MethodDELETE
OperationDeleteTraceFunnel
AuthAuthorization: Bearer $HANZO_API_KEY

Deletes a funnel. The answer carries no data — the runtime acknowledges with the success envelope alone, which is what this Out says.

Callers need the editor role; the runtime's own gate enforces it.

Request

1 field.

FieldInTypeRequiredDescription
funnel_idpathstringyes

Response

StatusBodyMeaning
200o11y.O11yFunnelDeleteOutok

200 body — 1 field.

FieldInTypeAlwaysDescription
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y trace-funnels rm <funnel_id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page