Menu

Close Browser V2

Please update to the latest patch version to use it.  

Basics

POST   /api/v2/browser-profile/stop

Description: To close a browser, you need to specify the profile ID.

Request Parameters

‼️One of the following parameters must be filled in.

Name Type Necessary Default Example Description
profile_id text NO - h1yynkm Profile ID, the unique ID once the profile was created
profile_no text NO - 123 Close by profile No. Priority will be given to profile id when profile id has been passed.

Return Data


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

// Operation failed
{
  "code":-1,
  "msg":"failed"
}
Previous
Close Browser
Next
Check Browser Status
Last modified: 2025-04-25Powered by