---
title: "Remove books from shelf"
method: DELETE
path: "/reader/shelves/{shelf_id}/books"
tags: ["Reader"]
---

# Remove books from shelf

`DELETE /reader/shelves/{shelf_id}/books`

Remove one or more books from a shelf

## Path parameters

- `shelf_id` integer, required

## Request body

- object
  - `book_ids` string[]

## Response `200`

OK

- object
  - `data` object
    - `removed` integer

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/lxpio/apis/omnigram-api.md) · [All operations](https://skmtc.net/lxpio/apis/omnigram-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lxpio/omnigram-api/revisions/58911ffb3093/schema)
