使用API接口删除一组:
Request Url:
https://api.vmlogin.com/v1/tag/remove?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&tagId=xxxxxx
Request Type: GET
名称 | 类型 | 描述 | 必传 |
token | string | 身份验证令牌 | true |
tagId | string | 组ID | true |
Request
{
"token": "66e9f73f3617c6afdc6768f7a61a58ae",
"tagId": "348193"
}
注:
(1)token请参考“查看/修改API Token”教程;
(2)tagId请参考“使用API接口获取组列表”教程。