v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
Repositories

Remove Groups from Repository

Removes one or more groups from a restricted repository.

post/v1/repositories/{repositoryId}/groups/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

groupsinteger[] required

Array of group IDs.

Example request

{
  "groups": [
    123456,
    789123
  ]
}

Response

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