Skip to main content
DELETE
Public endpoint to clean up browser sessions when the user closes the ranking flow modal or navigates away.
This is a public endpoint - no authentication required. Used on the searchcompany.ai landing page ranking flow.

Path Parameters

string
required
The session ID returned from the create browser session endpoint

Response

string
Status of the operation (always β€œended” on success)
string
The session ID that was ended

How It Works

  1. Cancel Navigation - Cancels any in-progress background navigation task
  2. Release Session - Sends release request to Browserbase API
  3. Clear Cache - Removes session from internal cache

Usage on Landing Page

Rate Limiting

  • 10 requests/minute per IP address