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 3 Next »

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 these 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
  • No labels