JavaScript
const options = {method: 'DELETE', headers: {'X-Browser-Use-API-Key': '<api-key>'}}; fetch('https://api.browser-use.com/api/v2/sessions/{session_id}/public-share', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "detail": "Session not found" }
Remove public share for a session.
Documentation IndexFetch the complete documentation index at: https://browseruse-0aece648-mintlify-cli-docs-1773354647.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://browseruse-0aece648-mintlify-cli-docs-1773354647.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Was this page helpful?