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

# Remove members from a project

`DELETE /projects/{project_id}/members`

Remove multiple members from a project (project owner only).

## Path parameters

- `project_id` integer, required

## Query parameters

- `cookie_name` string, nullable

## Request body

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

## Response `204`

Successful Response

## Other responses

- `401` — Missing or invalid authentication.
- `403` — Current user is not an owner of the project.
- `404` — Project not found, or a user is not a member of it.
- `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/revisions/b53e89b98c2b/schema)
