Delete Store

Last Updated on : 2023-06-21 07:12:56download

Delete the information about a specified store.

API address

DELETE: /v1.0/iot-03/retail/shops/{shop_id}

Request parameter

Parameter name Type IN Required Description
shop_id String uri true The ID of a specified store.

Return parameter

Parameter name Type Description
result Boolean Indicates whether the operation is successful.

Request example

DELETE: /v1.0/iot-03/retail/shops/123456***

Return example

{ "result": true, "t": 1623835234821, "success": true }

Error code

For more information, see error code.