---
title: "Batch delete sandboxes"
method: POST
path: "/v2/sandboxes/boxes/batch-delete"
tags: ["sandboxes"]
---

# Batch delete sandboxes

`POST /v2/sandboxes/boxes/batch-delete`

Delete multiple sandboxes by name or UUID in a single request.

## Request body

- SandboxesBatchDeleteRequest
  - `names` string[]

## Response `200`

OK

- SandboxesBatchDeleteResponse
  - `deleted` string[]
  - `skipped` SandboxesBatchDeleteSkipped[]
    - `name` string
    - `reason` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2026-05-27** `a0acb3a6a101` — 3 info
  - added the optional property `detail/error_id` to the response with the `400` status
  - added the optional property `detail/error_id` to the response with the `403` status
  - added the optional property `detail/error_id` to the response with the `500` status
- **2026-04-13** `e86be67718ee` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/v2/sandboxes/boxes/batch-delete/post.md)

---

[API](https://skmtc.dev/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.dev/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
