Aichlmayr / agile-final-project

0 stars 0 forks source link

Delete a product from the catalog #4

Open Aichlmayr opened 8 hours ago

Aichlmayr commented 8 hours ago

As a catalog admin, I need the ability to delete products, so that I can remove outdated or unavailable products.

Aichlmayr commented 7 hours ago

Given I am an authenticated catalog admin, When I delete a product, Then the product should be removed from the catalog.

Given I am an authenticated catalog admin, When I attempt to delete a product that does not exist, Then I should receive a message stating that the product was not found.