Hanzo
OpenapiO11y

Removes a saved view.

Removes a saved view. Saved views are shared org-wide. Deleting a non-existent view refuses with the runtime's not-found.

DELETE /v1/o11y/dashboard_views/{id}

Addresshttps://api.hanzo.ai/v1/o11y/dashboard_views/{id}
MethodDELETE
OperationDeleteDashboardView
AuthAuthorization: Bearer $HANZO_API_KEY

Removes a saved view. Saved views are shared org-wide. Deleting a non-existent view refuses with the runtime's not-found.

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

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the resource id from the path.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y dashboard_views rm <id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page