Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article will explain how to delete groups using CSV.

Instructions

...

Perform the below steps to delete groups using a CSV file.

  1. 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 the groups: demo, support and IT. 
    group
    demo
    support
    IT
  2. To simplify, we recommend naming the file groups.csv

  3. After the CSV file is ready, run the below action using the above file
    --action runFromCsv --file groups.csv --common "--action removeGroup" --continue