OpenBrowse
v3 API referencev3/sessions/session_id

Delete Session

Cancel the session if it is still running, then delete it and everything stored against it.

Delete Session. Send this to your own instance, replacing your-host with the hostname it answers on.

curl -X DELETE "https://your-host/v3/sessions/{session_id}" \
  -H "Authorization: Bearer $OPENBROWSE_API_KEY"
DELETE
/v3/sessions/{session_id}

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

session_id*Session Id

Header Parameters

x-browser-use-api-key?string|null

Response Body

application/json

curl -X DELETE "https://example.com/v3/sessions/string"
Empty