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
Name | Type | Description | required |
token | string | Authentication token | true |
profileId | string | Browser 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.