---
title: "DELETE /browser-profiles/{profileId}"
method: DELETE
path: "/browser-profiles/{profileId}"
---

# DELETE /browser-profiles/{profileId}

`DELETE /browser-profiles/{profileId}`

Deletes a browser profile.

## Path parameters

- `profileId` string, required

## Query parameters

- `clientToken` string

## Response `200`

Success

- DeleteBrowserProfileResponse
  - `profileId` string, required — The unique identifier of the deleted browser profile.
  - `profileArn` string, required — The Amazon Resource Name (ARN) of the deleted browser profile.
  - `status` 'READY' | 'DELETING' | 'DELETED' | 'SAVING', required — The current status of the browser profile deletion.
  - `lastUpdatedAt` string, date-time, required — The timestamp when the browser profile was last updated.
  - `lastSavedAt` string, date-time — The timestamp when browser session data was last saved to this profile before deletion.

## Other responses

- `480` — AccessDeniedException
- `481` — ConflictException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — ThrottlingException
- `485` — InternalServerException

---

[API](https://skmtc.net/aws/apis/bedrock-agentcore-control.md) · [All operations](https://skmtc.net/aws/apis/bedrock-agentcore-control/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock-agentcore-control/versions/0ebde766792b/schema)
