cURL
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>" } }
Terminates a remote browser session immediately. If the session is already ended this call is idempotent and still returns 204.
API key for authentication. Get your key from the API Keys page.
Session ID to terminate.
1
Session terminated (or already ended).
Was this page helpful?