Release Session

Although the AutoScraper Scrping Browser service automatically creates a temporary session, we still need a persistent session. This section will guide you how to release the browser session through the API.


Fetch Session List

This endpoint allows you to release created browser sessions, both persistent and temporary.

Required parameters

  • Name
    session_id
    Type
    string
    Description

    The session id.

Request

DELETE
/v1/browser/session/
curl -G https://api.autoscraper.pro/v1/browser/session/c176cba3-977a-454f-841a-c08490f8e4bf \
  -H 'Authorization: Bearer YOUR_API_KEY'

Response

//

Was this page helpful?

Previous
Create Session