Skip to end of banner
Go to start of banner

How to delete groups using CSV

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This article explains how to delete groups using a CSV file.

To delete groups using a CSV file, you perform a three-steps procedure

  1. 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

  2.  Name the file groups.csv
     It is suggested to use groups.csv file for simplification
  1. Run the action using the newly created CSV file:
    --action runFromCsv --file groups.csv --common "--action removeGroup" --continue
  • No labels