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

# Delete a Browser Context Profile

`DELETE /v1/profiles/{profileId}`

Delete a Browser Context Profile

## Path parameters

- `profileId` string, required — Browser Context Profile ID

## Response `200`

Delete a Browser Context Profile succeeded.

- object
  - `deleted` boolean, required

## Other responses

- `400` — Cannot delete the only Browser Context Profile.
- `401` — Unauthorized - Invalid or missing API key
- `404` — Browser Context Profile not found.
- `409` — Delete cleanup is still in progress; retry shortly.
- `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)
