Hanzo
OpenapiO11y

Removes one review queue and every item in it.

Removes one review queue and every item in it.

DELETE /v1/o11y/reviews/{id}

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

Removes one review queue and every item in it. A queue id belonging to another org answers the same 404 an unknown id does, so a probe learns nothing about what exists.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the annotation queue to act on, from the path.

Response

StatusBodyMeaning
200o11y.annQueueDeletedok

200 body — 1 field.

FieldInTypeAlwaysDescription
deletedbodybooleanDeleted is true when the queue (and its items) were removed.

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y reviews rm <id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page