Skip to content

Instantly share code, notes, and snippets.

@wayne-o
wayne-o / delete.js
Created June 29, 2022 13:56 — 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
*/