Hanzo AI
OpenapiCommerce

Delete store

Removes the addressed store and answers 204 with no body.

DELETE /v1/commerce/store/{storeid}

Addresshttps://api.hanzo.ai/v1/commerce/store/{storeid}
MethodDELETE
Operationdelete_commerce_store_by_storeid
AuthAuthorization: Bearer $HANZO_API_KEY

Removes the addressed store and answers 204 with no body. Before the live row goes, the entity is written once more under a tombstone kind, so the deletion leaves a recoverable copy rather than destroying the record outright; the store's listing overrides live inside that row and go with it. The id is resolved inside the caller org's own namespace, so an unknown or foreign id is 404. Requires an admin or store-write token.

Request

1 field.

FieldInTypeRequiredDescription
storeidpathstringyes

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo commerce store rm <storeid>

Commerce API · All Hanzo APIs · Interactive reference

How is this guide?

On this page