---
title: "Remove Users from Repository"
method: POST
path: "/v1/repositories/{repositoryId}/users/remove"
tags: ["Repositories"]
---

# Remove Users from Repository

`POST /v1/repositories/{repositoryId}/users/remove`

Removes one or more users from a repository.

## Path parameters

- `repositoryId` string, required — Unique identifier for a repository folder, prefixed with `repo_`

## Request body

- object
  - `users` integer[], required — Array of user IDs to remove from the repository

## Response `204`

No Content. Users have been successfully removed from the repository.

## Other responses

- `403` — Forbidden. Occurs when the user does not have permission to modify the repository.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/versions/6a32cb9e1aa7/schema)
