sppurge
Delete files from SharePoint document libraries using Node.js without hassles
Supported SharePoint versions
How to use
Install
npm install sppurgeUsage
const sppurge = require('sppurge').default;
const context = {/*...*/};
const options = {/*...*/};
sppurge(context, options)
.then(successHandler)
.catch(errorHandler);Basic usage example (delete a single file)
Basic usage example (delete a folder)
Within Gulp task
Create React App usage scenario
Passwords storage
Last updated
Was this helpful?