Hanzo
OpenapiO11y

Deletes one saved explorer view by id.

Deletes one saved explorer view by id.

DELETE /v1/o11y/explorer/views/{viewId}

Addresshttps://api.hanzo.ai/v1/o11y/explorer/views/{viewId}
MethodDELETE
Operationdelete_o11y_explorer_views_by_viewid
AuthAuthorization: Bearer $HANZO_API_KEY

Deletes one saved explorer view by id.

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

Request

1 field.

FieldInTypeRequiredDescription
viewIdpathstringyesViewID is the view's id.

Response

StatusBodyMeaning
200o11y.O11ySavedViewDeleteOutok

200 body — 1 field.

FieldInTypeAlwaysDescription
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y explorer views rm <viewId>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page