jf rt group-delete
Delete a users group from Artifactory.
Synopsis
jf rt group-delete <group-name> [options]
Aliases: rt gdel
Arguments
| Argument | Required | Description |
|---|---|---|
<group-name> | Yes | The name of the group to delete |
Options
| Flag | Default | Description |
|---|---|---|
--access-token | — | JFrog access token |
--password | — | JFrog password (for authentication) |
--quiet | $CI | Set to true to skip the delete confirmation message |
--server-id | — | Server ID configured using the jf config command |
--ssh-key-path | — | SSH key file path |
--ssh-passphrase | — | SSH key passphrase |
--url | — | JFrog Artifactory URL (example: https://acme.jfrog.io/artifactory) |
--user | — | JFrog username |
Examples
Verify Command Help
jf rt group-delete --helpDelete a Group (Non-Interactive)
jf rt group-delete developers --quietWarning: This action permanently removes the group. You cannot undo it.
Important Notes
- Irreversible: Deleting a group removes it permanently. Users who were members lose the group's permissions immediately.
- Deleting a group does not delete its member users — they remain in Artifactory but lose permissions granted through this group.
--quietdefault: In CI environments (whenCIis set),--quietdefaults totrue.- Requires admin privileges on the Artifactory instance.
- Permission targets that reference this group will no longer grant access through it after deletion.
Updated about 1 month ago
