---
title: "Delete Deployment"
method: DELETE
path: "/api/v1/pipeline_deployments/{deployment_id}"
tags: ["deployments"]
---

# Delete Deployment

`DELETE /api/v1/pipeline_deployments/{deployment_id}`

Deletes a specific deployment.

Args:
    deployment_id: ID of the deployment to delete.

## Path parameters

- `deployment_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/zenml-io/apis/zenml.md) · [All operations](https://skmtc.net/zenml-io/apis/zenml/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenml-io/zenml/revisions/abe684261209/schema)
