Collections

IN DEVELOPMENT

Remove from an existing collection the content based on the provided filter.

post/collections/{id}/remove

Path parameters

idstring required

The ID of the collection to remove from.

Query parameters

filterstring required

A string in the form <FilterProperty>(<FilterOperator>(<FilterValue>))[,FilterExpressions].

See the API Reference for more details.

Example:

id(between(1,1000)),createdAt(not(lt('2022-01-01T00:00:00.000Z')))

The filter to apply to the models and assets to remove from the collection.

Headers

X-PHYSNA-TENANTIDstring

Response

Ok

collectionIdstring required
affectednumber double required

Changes

No recorded changes to this endpoint across all 1 revision of this API.