Skip to main content
DELETE
/
v1
/
browsers
/
{id}
Close a browser
curl --request DELETE \
  --url https://api.webcompute.dev/v1/browsers/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'idempotency-key: <idempotency-key>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

idempotency-key
string
required

Path Parameters

id
string
required

Response

Browser closed