We only have a method for deleting a single pledge. In the event that one needs to bulk-delete multiple pledges at once, there should be a method to do so.
Acceptance criteria
There should be a method for handling bulk-deletion
The method should be called on the /api/pledges route
The method should be called by sending a DELETE http request
We only have a method for deleting a single pledge. In the event that one needs to bulk-delete multiple pledges at once, there should be a method to do so.
Acceptance criteria
/api/pledges
routeDELETE
http request