As a customer
I need a function to delete all wishlists
So that I can manage and clean up wishlists data efficiently
Details and Assumptions
The system should delete all wishlists associated with a specific customer.
The operation should trigger an API request to DELETE /customers/{customer_id}/wishlists to remove all wishlists from the database.
The UI should include a button or option to delete all wishlists.
Acceptance Criteria
Given a customer is on the profile page
When they select the option to delete all wishlists and confirm the action
Then all wishlists associated with that customer should be deleted from the system
And a success message should be displayed on the UI confirming the wishlists were successfully deleted
As a customer I need a function to delete all wishlists So that I can manage and clean up wishlists data efficiently
Details and Assumptions
The UI should include a button or option to delete all wishlists.
Acceptance Criteria