This article will explain how to delete groups using CSV.
Instructions
Perform the below steps to delete groups using a CSV file.
- Construct a CSV file with the column name group and add the required group values you want to remove.
In the below CSV example, we want to remove these groups: demo, support, and IT.group demo support IT
- To simplify, we recommend naming the file groups.csv
- After the CSV file is ready, run the below action using the above file:
--action runFromCsv --file groups.csv --common "--action removeGroup" --continue