Skip to main content
DELETE
/
v1
/
browser
/
profile
Delete Browser Profile
curl --request DELETE \
  --url https://api.driver.dev/v1/browser/profile \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Your Driver API key. Get one at https://app.driver.dev

Query Parameters

profileName
string
required

The name of the browser profile to delete.

Example:

"test"

Response

Successfully deleted browser profile.

success
boolean
required

Indicates whether the profile was successfully deleted.