Hanzo
OpenapiMarketplace

Unpublish withdraws one of the caller org's listings from the marketplace and…

Unpublish withdraws one of the caller org's listings from the marketplace and answers 204.

DELETE /v1/marketplace/listings/{id}

Addresshttps://api.hanzo.ai/v1/marketplace/listings/{id}
MethodDELETE
Operationdelete_marketplace_listings_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Unpublish withdraws one of the caller org's listings from the marketplace and answers 204. Only the publishing org can remove its own listing; an id that is unknown, or belongs to another org, is the same 404, so a probe learns nothing about what exists. Removing a listing removes its price from per-call enforcement; it does not uninstall the tool for anyone who already installed it.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the listing to unpublish, from the path.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo marketplace listings rm <id>

Marketplace API · All Hanzo APIs · Interactive reference

How is this guide?

On this page