API Remove Browser Profile (batch operation)

Remove browser profile (batch operation) using API interface:

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

NameTypeDescriptionrequired
tokenstringAuthentication tokentrue
profileIdstringBrowser profile ID (batch operation, parameters splice with a comma ,)true

Request

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


Note:

(1) For token, please refer to the "View/Change the API Token" tutorial;

(2) For profileId, please refer to the tutorial "Where is the Profile ID" or use the profile/list interface to get all profileId.