---
title: "Close a browser tab"
method: DELETE
path: "/boxes/{boxId}/browser/tabs/{tabId}"
tags: ["Browser"]
---

# Close a browser tab

`DELETE /boxes/{boxId}/browser/tabs/{tabId}`

Close a specific browser tab identified by its id. This endpoint will permanently close the tab and free up the associated resources. After closing a tab, the ids of subsequent tabs may change.

## Path parameters

- `boxId` string, required
- `tabId` string, required

## Response `200`

Successfully closed the tab

- object
  - `message` string

---

[API](https://skmtc.dev/babelcloud/apis/gbox-open-api.md) · [All operations](https://skmtc.dev/babelcloud/apis/gbox-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/babelcloud/gbox-open-api/revisions/d655577fa915/schema)
