Public Function DeletePortfolio( _ ByVal request As DeletePortfolioRequest _ ) As DeletePortfolioResponse
Dim instance As ReinsurancePortfolioManagementServiceClient Dim request As DeletePortfolioRequest Dim value As DeletePortfolioResponse value = instance.DeletePortfolio(request)
public DeletePortfolioResponse DeletePortfolio( DeletePortfolioRequest request )
Parameters
- request
- Contains a DeletePortfolioRequest that identifies the software-generated sequential identifier (SID) that uniquely identifies the portfolio to delete, as well as the Business Unit SID and SQL Instance SID associated with the portfolio.
Return Value
A DeletePortfolioResponse that contains the status of the deletion.