---
title: "Remove from Series"
method: DELETE
path: "/{databaseId}/series/{seriesId}/items/"
tags: ["Series"]
---

# Remove from Series

`DELETE /{databaseId}/series/{seriesId}/items/`

Removes an existing series item from the series.

## Path parameters

- `databaseId` string, required
- `seriesId` string, required

## Request body

- RemoveSeriesItem
  - `itemType` string, required — Type of the item to be removed.
  - `itemId` string, required — ID of the item iff `itemType` is `item`. ID of the series iff `itemType` is `series`.

## Response `200`

Successful operation.

## Other responses

- `400` — The `seriesId` or `itemId` does not match ^[a-zA-Z0-9_\-:@\.]+$ or `itemType`∉{`item`, `series`}.
- `404` — Series of the given `seriesId` is not present in the database. Series item given by pair (`itemType`, `itemId`) is not present in series of `seriesId`. If there is no additional info in the JSON response, you probably have an error in your URL.

---

[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)
