---
title: "Deletes a chain deployment by ID"
method: DELETE
path: "/v1/chains/{chain_id}/deployments/{chain_deployment_id}"
---

# Deletes a chain deployment by ID

`DELETE /v1/chains/{chain_id}/deployments/{chain_deployment_id}`

## Response `200`

- ChainDeploymentTombstoneV1 — A chain deployment tombstone.
  - `id` string, required — Unique identifier of the chain deployment
  - `deleted` boolean, required — Whether the chain deployment was deleted
  - `chain_id` string, required — Unique identifier of the chain

---

[API](https://skmtc.dev/baseten/apis/baseten-inference-api.md) · [All operations](https://skmtc.dev/baseten/apis/baseten-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/baseten/baseten-inference-api/revisions/a55a2f64c3c5/schema)
