Delete tag
HTTP Request URL: http(s)://api.thingboot.com/{AppID}/tag/delete/?sign={sign}&ts={ts}
About the sign and ts definition
Or
MQTT Publish Topic: api/{AppID}/tag/delete
The returned results are also received on the same topic.
Request parameters
Calling this API will delete the tag. If the tag has already been associated with a device, the association will also be removed.
This operation will not delete the devices associated with the tag.
| Name | Required | Type | Description |
|---|---|---|---|
| tag | Yes | string | Tag IDs can be obtained through the interface list or viewed in the device tag list on the left.
Multiple IDs can be submitted, separated by commas (,), with a maximum of 100 tags allowed to be deleted per request. |
Return results
| Name | Type | Description |
|---|---|---|
| code | int | 200 successful, others failed |
Return example