ServiceClient.IService.BusinessRulesDelete(BusinessRulesDeleteRequest) Method

Definition

Deletes the business rule or components of rules.

 virtual Microsoft::MasterDataServices::MessageResponse ^ Microsoft.MasterDataServices.IService.BusinessRulesDelete(Microsoft::MasterDataServices::BusinessRulesDeleteRequest ^ request) = Microsoft::MasterDataServices::IService::BusinessRulesDelete;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.MessageResponse IService.BusinessRulesDelete (Microsoft.MasterDataServices.BusinessRulesDeleteRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.BusinessRulesDelete : Microsoft.MasterDataServices.BusinessRulesDeleteRequest -> Microsoft.MasterDataServices.MessageResponse
override this.Microsoft.MasterDataServices.IService.BusinessRulesDelete : Microsoft.MasterDataServices.BusinessRulesDeleteRequest -> Microsoft.MasterDataServices.MessageResponse
Function BusinessRulesDelete (request As BusinessRulesDeleteRequest) As MessageResponse Implements IService.BusinessRulesDelete

Parameters

request
BusinessRulesDeleteRequest

The delete request.

Returns

The MessageResponse for the operation.

Implements

Attributes

Applies to