This is a script intended to be run against a UCCX instant demo session. It will delete all of the objects that have been created by the dCloud Toolbox user provision scripts. It will delete users in LDAP, phones and lines in CUCM, and multiple objects in UCCX.
- copy the .env.example to .env and then edit the values in .env to match your environment.
- run
npm install
- run
npm start
ornode src/index.js
to start the script
It will start deleting immediately when you run it, so make sure you are ready to delete things!