使用API接口删除浏览器配置文件(批量删除)

使用API接口删除浏览器配置文件(批量删除):

Request Url:

https://api.vmlogin.com/v1/profile/remove?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx,xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Request Type: GET

名称类型描述必传
tokenstring身份验证令牌true
profileIdstring浏览器配置文件ID(多条以拼接)true

Request

{
    "token": "66e9f73f3617c6afdc6768f7a61a58ae",
    "profileId": "008B2B9A-F433-480D-B214-9449F49FD52B,10F355DD-7C9D-452F-99A6-31B01B44DED2"
}


注:

(1)token请参考“查看/修改API Token”教程;

(2)profileId请参考“配置文件ID(Profile ID)在哪”教程或者使用profile/list的api接口获取所有profileId。