param->userId) ->whereRole(UserRole::SHOP) ->whereCustomerCode($this->sessionUser->customerCode()) ->firstOrFail(); $this->logic->delete($user); return $this->successResponse(); } }