Visual-Communications / fair-housing-pledge

https://fairhousingpledge.com/
0 stars 0 forks source link

#84: Add pledges delete method #85

Closed paulshryock closed 3 years ago

paulshryock commented 3 years ago

Summary

We already have a method for deleting a single pledge, by sending a DELETE request to the /api/pledges/:id route, with a body that contains an object with an id property.

This change adds a method for bulk-deleting multiple pledges at once, by sending a DELETE request to /api/pledges, with a body that contains an object with a pledges property, with either a string or array of strings.

11/23/2020: I used this method to remove all of the duplicate pledges from the database.

Issues

Closes #84

Changelog

Added

Removed

Checklist