Skip to content

Instantly share code, notes, and snippets.

View scout208's full-sized avatar
💭
Fixing stuff

Connor Early scout208

💭
Fixing stuff
  • Monarc
  • Dallas, TX
View GitHub Profile
@scout208
scout208 / delete.js
Created April 26, 2019 21:04 — forked from thameera/delete.js
Bulk delete Auth0 users
#!/usr/bin/env node
/*
* Install dependencies with:
* npm install request request-promise-native bottleneck
*
* Replace YOUR_TENANT_NAME, MGMT_TOKEN, and FILENAME
* The input file (FILENAME) should contain a list of user ids to delete, separated by newlines
*/