CSCI-GA-2820-FA24-001 / inventory

NYU DevOps Inventory Service Fall 2024
Apache License 2.0
1 stars 0 forks source link

Delete the inventory item #8

Closed jesse66-6 closed 1 week ago

jesse66-6 commented 4 weeks ago

As a Website admin I need to delete an inventory item So that I can remove items that are no longer available from the inventory.

Details and Assumptions:

Acceptance Criteria:

Given the user is authenticated as admin When the admin sends a DELETE request to /inventory/{inventoryitem_id} Then the inventory item with the given ID should be deleted from the database.