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>'

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