---
title: "Deletes a content from a collection"
method: DELETE
path: "/collections/{coluuid}/contents"
tags: ["collections"]
---

# Deletes a content from a collection

`DELETE /collections/{coluuid}/contents`

This endpoint is used to delete an existing content from an existing collection. If two or more files with the same contentid exist in the collection, delete the one in the specified path

## Path parameters

- `coluuid` string, required

## Request body

- ApiDeleteContentFromCollectionBody
  - `by` string
  - `value` string

## Response `200`

OK

- string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/application-research/apis/estuary-api.md) · [All operations](https://skmtc.net/application-research/apis/estuary-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/application-research/estuary-api/versions/b9ae518bf64b/schema)
