---
title: "Delete a saved profile domain"
method: DELETE
path: "/v1/profiles/{profileId}/domains/{domain}"
tags: ["Browser Context Profiles"]
---

# Delete a saved profile domain

`DELETE /v1/profiles/{profileId}/domains/{domain}`

Delete a saved profile domain

## Path parameters

- `profileId` string, required — Browser Context Profile ID
- `domain` string, required — Domain to remove from the Browser Context Profile

## Response `200`

Delete a saved profile domain succeeded.

- object
  - `deleted` boolean, required

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Browser Context Profile or domain not found.
- `500` — Internal server error

---

[API](https://skmtc.dev/tinyfish/apis/tinyfish-web-agent-automation-api.md) · [All operations](https://skmtc.dev/tinyfish/apis/tinyfish-web-agent-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tinyfish/tinyfish-web-agent-automation-api/revisions/bea716bc627d/schema)
