Remove a Project Group
Remove a project group from a JFrog Platform project by clearing the group's role assignment so the group loses project access automatically.
Remove a project group from a JFrog Project by removing the project's role assignment for that group. This automatically removes the group from the project.
You can also remove a project group with the Projects API:
DELETE <BASE_URL>/access/api/v1/projects/<PROJECT_KEY>/groups/<GROUP>Where:
<BASE_URL>: Your JFrog Platform base URL for the Access API<PROJECT_KEY>: The unique project key<GROUP>: The group name to remove from the project
For example:
DELETE https://company.jfrog.io/access/api/v1/projects/mobile-app/groups/qa-teamRelated Topics
Updated about 1 month ago
Did this page help you?
