removeContentsFromCollection
Eliminate specified content items from a collection by providing a collection identifier and a list of content identifiers, returning the updated collection identifier.
Instructions
Remove contents from collection. Accepts a collection identifier and a list of content identifiers to remove from collection. Returns the collection identifier.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contents | Yes | Content identifiers to remove from collection. | |
id | Yes | Collection identifier. |