---
title: "Delete a content item from a bundle"
method: DELETE
path: "/bundles/{id}/contents/{content_id}"
tags: ["Private"]
---

# Delete a content item from a bundle

`DELETE /bundles/{id}/contents/{content_id}`

Deletes a content item from a bundle.

## Path parameters

- `id` string, required
- `content_id` string, required

## Response `204`

The content was removed

## Other responses

- `401` — Authentication information is missing or invalid.
- `403` — Access denied.
- `404` — The requested resource does not exist.
- `409` — Change rejected due to a conflict with the current resource state. A common cause is attempting to change a bundle that is already locked pending publication or has already been published.
- `500` — Failed to process the request due to an internal error.

---

[API](https://skmtc.net/office-of-national-statistics/apis/bundle-administration.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/bundle-administration/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/bundle-administration/revisions/4ac833f533b1/schema)
