---
title: "Deletes the piece with the given ID."
method: DELETE
path: "/api/v2/pieces/{id}"
tags: ["Pieces"]
---

# Deletes the piece with the given ID.

`DELETE /api/v2/pieces/{id}`

## Response `200`

The piece was deleted.

## Other responses

- `403` — The user isn't permitted to delete the piece.
- `404` — The piece isn't found.

---

[API](https://skmtc.dev/prss/apis/contentdepot.md) · [All operations](https://skmtc.dev/prss/apis/contentdepot/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prss/contentdepot/revisions/838e7ae589d8/schema)
