DELETE
/
v1
/
profiles
/
{name}
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/profiles/{name} \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "status": "success"
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

name
string
required

The name of the profile to delete.

Example:

"my-profile"

Response

200
application/json
Profile deleted successfully.
data
object