SharePoint / PnP-JS-Core

Code moved to https://github.com/pnp/pnpjs. This repository is archived.
Other
379 stars 231 forks source link

How to delete multiple items using PnP JS #755

Closed spvjebaraj closed 6 years ago

spvjebaraj commented 6 years ago

Hi Team, How to delete multiple list items in SharePoint using PnP JS core just like batch update. Could you please share the solution.

Regards, Philip

koltyakov commented 6 years ago

Batch API can be used in SPO/2016. In SP2013, Promise.all or for/of loops can be used for mass deletion requests.