ServiceClient.IService.SecurityPrincipalsDelete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes user and groups.
virtual Microsoft::MasterDataServices::MessageResponse ^ Microsoft.MasterDataServices.IService.SecurityPrincipalsDelete(Microsoft::MasterDataServices::SecurityPrincipalsDeleteRequest ^ request) = Microsoft::MasterDataServices::IService::SecurityPrincipalsDelete;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.MessageResponse IService.SecurityPrincipalsDelete (Microsoft.MasterDataServices.SecurityPrincipalsDeleteRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SecurityPrincipalsDelete : Microsoft.MasterDataServices.SecurityPrincipalsDeleteRequest -> Microsoft.MasterDataServices.MessageResponse
override this.Microsoft.MasterDataServices.IService.SecurityPrincipalsDelete : Microsoft.MasterDataServices.SecurityPrincipalsDeleteRequest -> Microsoft.MasterDataServices.MessageResponse
Function SecurityPrincipalsDelete (request As SecurityPrincipalsDeleteRequest) As MessageResponse Implements IService.SecurityPrincipalsDelete
Parameters
- request
- SecurityPrincipalsDeleteRequest
The delete request.
Returns
The MessageResponse for the operation.
Implements
- Attributes