Soft delete a specific Customer by ID:
DELETE /customers/{id}
{ "status": "success", "message": "Customer deleted successfully" }