Menu

Delete Profile V2

Please update to the latest patch version to use it.

Basics

POST  /api/v2/browser-profile/delete

Description: Delete profiles. Allowed to delete in batch with a maximum batch size of 100 profiles per deletion.

Request Parameters

Optional Body parameters can be omitted, and the parameter format is JSON.

NameTypeNecessaryDefaultExampleDescription
Profile_idlistYES-["h1yynkm","h1yynks","h1yynkd"]Profiles id of the profiles that being deleted, format: array


Return Data


//Operation succeeded
{
  "code":0,
  "data":{},
  "msg":"success"
}

//Operation failed
{
  "code":-1,
  "data":{},
  "msg":"failed"
}
      


Previous
Delete Profile
Next
Move Profile
Last modified: 2025-04-25Powered by