From the application the user must be able to remove products from the list
The product will be set to active=false since it should not be removed from the database since it can be linked to reports or other kind of information, so it is required to maintain the record
Acceptance Criteria
From the Product listing, the user is able to removed a product by clicking on the trash button of the table
The deleted product is set to active= false in the database
Description
Create the endpoint to remove a product
Acceptance Criteria
Required Development Tasks
Important Details
Attachments
n/a
SubTasks