Skip to main content
DELETE
/
{sessionId}
Terminate a browser session
curl --request DELETE \
  --url https://api.browser.tinyfish.ai/{sessionId} \
  --header 'X-API-Key: <api-key>'
{
  "error": {
    "code": "INVALID_INPUT",
    "message": "Field \"url\" is required and must be a string",
    "details": "<unknown>"
  }
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key from the API Keys page.

Path Parameters

sessionId
string
required

Session ID to terminate.

Minimum string length: 1

Response

Session terminated (or already ended).