BudgetSquirrel / BudgetTracker

Budget Tracker allows users to manage their money more efficiently. This API has endpoint to save, create, and manage your budgets and goals.
4 stars 0 forks source link

Api Endpoint to delete Budget #56

Closed ianmann56 closed 5 years ago

ianmann56 commented 5 years ago

Create ApiEndpoint to delete budgets by a list of Ids. This should take a list of Ids. All budgets matching those Ids should be deleted.

Deleting a Budget means marking it as deleted... not actually deleting it. Use a datetime field for date deleted for this.