Skip to main content
DELETE
/
v1
/
profiles
/
{profileId}
Delete a Browser Context Profile
curl --request DELETE \
  --url https://agent.tinyfish.ai/v1/profiles/{profileId} \
  --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"

Response

Delete a Browser Context Profile succeeded.

deleted
boolean
required
Example:

true