Skip to main content
DELETE
/
v1
/
browser
/
session
Stop Browser Session
curl --request DELETE \
  --url https://api.driver.dev/v1/browser/session \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Your Driver API key. Get one at https://app.driver.dev

Query Parameters

sessionId
string
required

The ID of the browser session to stop.

Example:

"example-session-id"

Response

Successfully stopped browser session.

success
boolean
required

Indicates whether the session was successfully stopped.