API Reference
/- Browser
- Local API
/
Stop browser profile
Closes the specified environment. Requires specifying the environment ID. Requires MoreLogin application v2.15.0 or higher.
POST
curl -i -X POST \
http://127.0.0.1:40000/api/env/close \
-H 'Content-Type: application/json' \
-d '{
"envId": "1869649942658850816",
"uniqueId": 0
}'Response
{ "code": 0, "msg": null, "data": { "envId": "string", "debugPort": "string" } }