v48

latestOpenAPI 3.0.0raw.githubusercontent.com2025-12-0297180624.8 KB
Browser

Close a browser tab

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.

delete/boxes/{boxId}/browser/tabs/{tabId}

Path parameters

boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d

Box ID

tabIdstring required

Response

Successfully closed the tab

messagestring

Example response

{
  "message": "Tab 1 closed successfully"
}