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
Example response
{
"message": "Tab 1 closed successfully"
}