Cancel Browser Profile Sharing(In Bulk)

A brief description
  • without
request URL
  • {{url}}/v1/profile/cancelShare
request method
  • get
Request Query parameter
Parameter Example ValueRequiredTypeDescription
tokenYesstringauthentication token
profileIdYesstringBrowser configuration file ID, multiple parameters are separated by ,commas
accountYesstringUnshared platform account. (Members cannot cancel membership)
Example of successful return
{
    "data": {},
    "code": 0,
    "msg": "OK"
}
Remark