API Remove the Current Group from the Browser Profile (Merge to default group)

Remove the browser profile from a specific group using the API interface:

Request Url:

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

Request Type: GET

NameTypeDescriptionrequired
tokenstringAuthentication tokentrue
profileIdstringBrowser profile IDtrue

Request

{
    "token": "66e9f73f3617c6afdc6768f7a61a58ae",
    "profileId": "2DA63EAD-2A49-498B-B3A8-ECC5154523F1"
}


Note:

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

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