This article explains how to delete groups using a CSV file.
To delete groups using a CSV file, you perform a three-steps procedure
- How to delete groups using CSVConstruct a CSV file with the column name group and add the required group values you want to remove.
In the example, we want to remove the groups:group demo support IT
- Name the file groups.csv
It is suggested to use groups.csv file for simplification
- Run the action using the newly created CSV file:
--action runFromCsv --file groups.csv --common "--action removeGroup" --continue