This will permanently delete your account and all your data. This action cannot be undone.
Once you delete your account, all of your data including orders and cart items will be permanently removed. There is no way to recover your account.
┌──────────────────────────────────────────────────────────────────────┐
│ Docker Compose Network │
│ ┌────────────┐ ┌──────────────┐ │
│ │ Frontend │────▶│ API Gateway │ │
│ │ Nginx:3000 │ │ Nginx:8080 │ │
│ └────────────┘ └──────┬───────┘ │
│ ┌─────────────────┼─────────────────┐ │
│ ▼ ▼ ▼ │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
│ │ Product Svc │ │ User Svc │ │ Cart Svc │ │
│ │ Flask :5001 │ │ Flask :5002 │ │ Flask :5003 │ │
│ └──────┬───────┘ └──────┬───────┘ └──────┬───────┘ │
│ └────────────────┼──────────────────┘ │
│ ▼ │
│ ┌──────────────┐ │
│ │ Order Svc │◀── calls Cart + Product │
│ │ Flask :5004 │ │
│ └──────────────┘ │
└──────────────────────────────────────────────────────────────────────┘