---
title: "Remove library members"
method: DELETE
path: "/libraries/{library_id}/members"
tags: ["Library"]
---

# Remove library members

`DELETE /libraries/{library_id}/members`

Remove one or more members from the library; owner only.

## Path parameters

- `library_id` integer, required

## Query parameters

- `cookie_name` string, nullable

## Request body

- LibraryMemberBulkDelete
  - `user_ids` integer[], required — IDs of the users to remove from the library.

## Response `204`

Successful Response

## Other responses

- `400` — Cannot remove the sole owner of the library.
- `401` — Missing or invalid authentication.
- `403` — Caller is not an owner of this library.
- `404` — No library exists with the given id.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/versions/b53e89b98c2b/schema)
