move-coop / parsons

A python library of connectors for the progressive community.
https://www.parsonsproject.org/
Other
261 stars 132 forks source link

[Feature/Addition] Bulk delete from VAN/EA #806

Open retacg opened 1 year ago

retacg commented 1 year ago

VAN/EA API allows for bulk deleting - https://docs.everyaction.com/reference/people-vanid-delete

Detailed Description

We should have a function for this!

Context

This would be super useful since VAN/EA charges for this normally!

Saving them money and allowing them to easily remove folks!

Possible Implementation

Priority

Jason94 commented 1 year ago

Is that endpoint for bulk deleting? It looks like it just gets called 1 van ID at a time.

We could (and probably should) still add a connector method for that. Just wanted to clarify.