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
Example request
{
"groups": [
123456,
789123
]
}Response
No Content. Groups have been successfully removed from the repository.