---
title: "Delete More Items"
method: DELETE
path: "/{databaseId}/more-items/"
tags: ["Items"]
---

# Delete More Items

`DELETE /{databaseId}/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](https://docs.recombee.com/reql) instead of deleting the item completely.

## Path parameters

- `databaseId` string, required

## Request body

- DeleteMoreItemsParameters
  - `filter` string, required — A [ReQL](https://docs.recombee.com/reql) expression, which returns `true` for the items that shall be updated.

## Response `200`

Successful operation.

- DeleteMoreItemsResponse
  - `count` integer, required — Number of deleted items
  - `itemIds` string[], required — IDs of deleted items

## Other responses

- `400` — Invalid filter.

---

[API](https://skmtc.dev/recombee/apis/recombee-api.md) · [All operations](https://skmtc.dev/recombee/apis/recombee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recombee/recombee-api/revisions/a9c9c33eb2e8/schema)
