API Cancel Sharing Browser Profile (batch operation)

Cancel sharing browser profile (batch operation) using API interface:

Request Url:

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

Request Type: GET

NameTypeDescriptionrequired
tokenstringAuthentication tokentrue
profileIdstringBrowser profile ID (batch operation, parameters splice with a comma ,)true
accountstringAccount email for canceling sharingtrue

Request

{
    "token": "66e9f73f3617c6afdc6768f7a61a58ae",
    "profileId": "75AC2000-79B6-48A0-A098-D2A1CD37809C, DFFFA801-FA67-4C6F-9EFD-3A36BCB480F5",
    "account": "cs@vmlogin.us"
}

Response

{
    "status": "OK",
    "value": 200,
    "data": {
        "rows": 2
    }
}


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.