Remove Saved Session
/api/v1/Session/Remove
– Remove a saved session
/api/v1/Session/Remove
– Remove a saved sessionDescription: Remove a saved session.
Method: POST
Parameters:
label:
string
– The label of the browser.
Request Example:
curl -X POST https://production.cloudbrowser.ai/api/v1/Session/Remove \
-H "Authorization: Bearer <your-api-token>" \
-d '{
"label": "mywebapp"
}'
Last updated