param->userId) ->whereRole(UserRole::CUSTOMER) ->firstOrFail(); $this->logic->delete($user); return $this->successResponse(); } }