Delete group
HTTP Request URL: http(s)://api.thingboot.com/{AppID}/group/delete/?sign={sign}&ts={ts}
About the sign and ts definition
Or
MQTT Publish Topic: api/{AppID}/group/delete
The returned results are also received on the same topic.
Request parameters
调用本接口,删除分组。只删除分组名,不会删除分组下的设备。
| Name | Required | Type | Description |
|---|---|---|---|
| group | Yes | string | Group ID can be obtained through the interface list or viewed in the device group list on the left.
Multiple IDs can be provided, separated by commas (,), with a maximum of 100 groups allowed to be deleted in a single request. |