As a user
I need the ability to delete a product from the catalog
So that I can remove products that are no longer available or relevant
Acceptance Criteria
Given the user is authenticated and viewing the product details,
When they choose to delete the product,
Then the product should be removed from the catalog,
And the user should see a confirmation message of successful deletion.
As a user I need the ability to delete a product from the catalog So that I can remove products that are no longer available or relevant
Acceptance Criteria
Given the user is authenticated and viewing the product details, When they choose to delete the product, Then the product should be removed from the catalog, And the user should see a confirmation message of successful deletion.