Path: /api/v1/browser/stop
Method: GETDescription: To close a browser, you need to specify the profile ID.
Optional parameters in the query can be omitted.
| Name | Necessary | Default | Example | Description |
|---|---|---|---|---|
| user_id | YES | - | h1yynkm | Unique profile ID, generated after creating profile |
| serial_number | NO | - | 123 | Priority will be given to user id when user id is filled. |
//Operation succeeded
{
"code":0,
"data":{},
"msg":"success"
}
//Operation failed
{
"code":-1,
"data":{},
"msg":"failed"
}