API Release the Browser Profile

Release the browser profile using API interface:

Request Url:

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

Request Type: GET

NameTypeDescriptionrequired
tokenstringAuthentication tokentrue
profileIdstringBrowser profile ID;
Empty String "": Release All
true

Request

{
    "token": "66e9f73f3617c6afdc6768f7a61a58ae",
    "profileId": "17D40B01-566A-4E3F-888A-C40A404668B8"
}

Response

{
    "status": "OK",
    "value": 200
}


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.