This API is used to empty a store by clearing the network configuration and all devices of the store.
API Request Format
Protocol: HTTPS
HTTP request method: POST
Request URL: https://api.weixin.qq.com/bizwifi/shop/clean?access_token=ACCESS_TOKEN
POST data format: JSON
Request Parameters
Parameter | Required | Description |
---|---|---|
access_token | Yes | The credential for calling the API |
POST data | Yes | JSON data |
POST Data
Example:
{
"shop_id": 429620
}
Fields:
Field | Required | Description |
---|---|---|
shop_id | Yes | Store ID |
ssid | No | The SSID of the wireless network device. If this field is not specified, all devices of the store are cleared by default. Otherwise, all devices under the specified SSID are cleared. |
Response Data An example of returned JSON packet for a successful request:
{
"errcode": 0,
}