---
title: "DELETE /browsers/{browserId}"
method: DELETE
path: "/browsers/{browserId}"
---

# DELETE /browsers/{browserId}

`DELETE /browsers/{browserId}`

Deletes a custom browser.

## Path parameters

- `browserId` string, required

## Query parameters

- `clientToken` string

## Response `202`

Success

- DeleteBrowserResponse
  - `browserId` string, required — The unique identifier of the deleted browser.
  - `status` 'CREATING' | 'CREATE_FAILED' | 'READY' | 'DELETING' | 'DELETE_FAILED' | 'DELETED', required — The current status of the browser deletion.
  - `lastUpdatedAt` string, date-time, required — The timestamp when the browser was last updated.

## Other responses

- `480` — ServiceQuotaExceededException
- `481` — ConflictException
- `482` — ValidationException
- `483` — AccessDeniedException
- `484` — ResourceNotFoundException
- `485` — ThrottlingException
- `486` — 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)
