v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
Repositories

Remove Users from Repository

Removes one or more users from a repository.

post/v1/repositories/{repositoryId}/users/remove

Path parameters

repositoryIdstring required

Unique identifier for a repository folder, prefixed with repo_

Example:repo_1234321

The unique identifier of the repository

Request body

usersinteger[] required

Array of user IDs to remove from the repository

Example request

{
  "users": [
    123321
  ]
}

Response

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