---
title: "Remove a library from a project"
method: DELETE
path: "/projects/{project_id}/libraries/{library_id}"
tags: ["Project"]
---

# Remove a library from a project

`DELETE /projects/{project_id}/libraries/{library_id}`

Disable a library for a project by deleting the association.

## Path parameters

- `project_id` integer, required
- `library_id` integer, required — ID of the library to disable.

## Query parameters

- `cookie_name` string, nullable

## Response `204`

Successful Response

## Other responses

- `401` — Missing or invalid authentication.
- `403` — Current user is not a member of the project.
- `404` — No project 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)
