---
title: "POST /api/collection-contents/delete-collection-contents"
method: POST
path: "/api/collection-contents/delete-collection-contents"
tags: ["collection-content", "enterprise"]
---

# POST /api/collection-contents/delete-collection-contents

`POST /api/collection-contents/delete-collection-contents`

## Request body

- DeleteCollectionContentCmd
  - `q` 'findByCollectionIdAndContentId', required — **Query type** `findByCollectionIdAndContentId` is the only valid value, means delete relation by collectionId + contentId
  - `collectionId` string, required — The collectionID of the collection that you want to remove the clip from.
  - `contentId` string, required — The ID of the clip that you want to remove from the collection. FullClipId: {projectId}.{curationId}

## Response `200`

- object
  - `data` string — Show action execute status

---

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