---
title: "Delete Deployment"
method: DELETE
path: "/deployments/{deploymentId}"
tags: ["deployments"]
---

# Delete Deployment

`DELETE /deployments/{deploymentId}`

Delete a deployment by ID. This will delete the deployment from Vercel.

## Path parameters

- `deploymentId` string, required

## Response `200`

Success

- object
  - `id` string, required
  - `object` 'deployment', required
  - `deleted` true, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `413` — Payload Too Large
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/vercel/apis/v0-platform-api-beta.md) · [All operations](https://skmtc.dev/vercel/apis/v0-platform-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vercel/v0-platform-api-beta/revisions/79811cd54faa/schema)
