cURL
curl --request POST \ --url https://api.example.com/api/device/tag/relation/remove \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "tagId": "<string>", "targetId": "<string>" } '
{ "code": 123, "message": "<string>" }
标签ID
关联目标ID,多个可逗号间隔
操作成功