Please update to the latest patch version to use it.
POST /api/v2/browser-profile/delete
Description: Delete profiles. Allowed to delete in batch with a maximum batch size of 100 profiles per deletion.
Optional Body parameters can be omitted, and the parameter format is JSON.
Name | Type | Necessary | Default | Example | Description |
---|---|---|---|---|---|
Profile_id | list | YES | - | ["h1yynkm","h1yynks","h1yynkd"] | Profiles id of the profiles that being deleted, format: array |
//Operation succeeded
{
"code":0,
"data":{},
"msg":"success"
}
//Operation failed
{
"code":-1,
"data":{},
"msg":"failed"
}