v1

latestOpenAPI 3.0.02026-07-26213850.5 KB
collection-content
enterprise

post/api/collection-contents/delete-collection-contents

Request body

q'findByCollectionIdAndContentId' required

Query type findByCollectionIdAndContentId is the only valid value, means delete relation by collectionId + contentId

collectionIdstring required

The collectionID of the collection that you want to remove the clip from.

contentIdstring required

The ID of the clip that you want to remove from the collection. FullClipId: {projectId}.{curationId}

Example request

{
  "collectionId": "xmAwhhFi0IJt",
  "contentId": "P0000000demo.CUexample2"
}

Response

datastring

Show action execute status

Example response

{
  "data": "success"
}