Collections
Delete Asset from Collection
Remove assets from a collection
DELETE
/
collections
/
{collection_id}
/
assets
Path Parameters
collection_id
string
requiredThe id of the collection to remove a file from
Body
application/json
assets
string[]
requiredThe ids of the assets to remove from the collection
filters
object
requiredThe filters to remove from the collection
Response
200 - application/json
The response is of type any
.