Skip to main content
DELETE
/
v1
/
browserbase
/
automations
/
{automationId}
Delete a browser automation
curl --request DELETE \
  --url http://localhost:3333/v1/browserbase/automations/{automationId} \
  --header 'X-API-Key: <api-key>' \
  --header 'X-Organization-Id: <x-organization-id>'

Documentation Index

Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key for authentication

Headers

X-Organization-Id
string
required

Organization ID (required for session auth)

Path Parameters

automationId
string
required

Automation ID

Response

200

Automation deleted