Hanzo
OpenapiO11y

Removes the caller's pin for a dashboard.

Removes the caller's pin for a dashboard. Idempotent — unpinning a dashboard that was not pinned still succeeds.

DELETE /v1/o11y/users/me/dashboards/{id}/pins

Addresshttps://api.hanzo.ai/v1/o11y/users/me/dashboards/{id}/pins
MethodDELETE
OperationUnpinDashboardV2
AuthAuthorization: Bearer $HANZO_API_KEY

Removes the caller's pin for a dashboard. Idempotent — unpinning a dashboard that was not pinned still succeeds.

Callers need the viewer 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 users me dashboards pins clear <id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page