DELETE
/
collections
/
{collection_id}
/
assets
{
    "assets": [
    "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    ],
    "filters": {
    "property1": [
    "string"
    ],
    "property2": [
    "string"
    ]
}
}
"<any>"

Path Parameters

collection_id
string
required

The id of the collection to remove a file from

Body

application/json
assets
string[]
required

The ids of the assets to remove from the collection

filters
object
required

The filters to remove from the collection

Response

200 - application/json

The response is of type any.