---
title: "Delete Deployments"
method: DELETE
path: "/v2/deployments"
tags: ["Deployments (v2)"]
---

# Delete Deployments

`DELETE /v2/deployments`

Delete multiple deployments with partial success support.

Returns:
    - 200: All deployments deleted successfully
    - 207: Some deployments deleted successfully, some failed

## Query parameters

- `deployment_ids` string[], required

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith-deployment-control-plane-api.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith-deployment-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith-deployment-control-plane-api/versions/a0cd098699b4/schema)
