Items

Delete More Items

Deletes all the items that pass the filter.

If an item becomes obsolete/no longer available, it is meaningful to keep it in the catalog (along with all the interaction data, which are very useful) and only exclude the item from recommendations. In such a case, use ReQL filter instead of deleting the item completely.

delete/{databaseId}/more-items/

Path parameters

databaseIdstring required

ID of your database.

Request body

filterstring required

A ReQL expression, which returns true for the items that shall be updated.

Response

Successful operation.

countinteger required

Number of deleted items

itemIdsstring[] required

IDs of deleted items

Changes

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