As a user:
I would like to delete my own knapsack data when requested
GIVEN a knapsack ID
WHEN I hit the knapsack DELETE route
THEN data should be deleted or inactivated in the database
Acceptance Criteria
- The knapsack DELETE route must be demonstrated as working as planned
As a user:
I would like to delete my own knapsack data when requested
GIVEN a knapsack ID
WHEN I hit the knapsack DELETE route
THEN data should be deleted or inactivated in the database
Acceptance Criteria