Skip to main content
DELETE
/
v1
/
profiles
/
{profileId}
/
domains
/
{domain}
Delete a saved profile domain
curl --request DELETE \
  --url https://agent.tinyfish.ai/v1/profiles/{profileId}/domains/{domain} \
  --header 'X-API-Key: <api-key>'
{
  "deleted": true
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key from the API Keys page.

Path Parameters

profileId
string
required

Browser Context Profile ID

Minimum string length: 1
Example:

"prof_abc123def4567890"

domain
string
required

Domain to remove from the Browser Context Profile

Minimum string length: 1
Example:

"example.com"

Response

Delete a saved profile domain succeeded.

deleted
boolean
required
Example:

true