DeploymentExtensions.UninstallSampleData(ServiceClient) Method

Definition

Request Dataverse to remove sample data shipped with Dataverse. Note this is process will take a few moments to execute. This method will return once the request has been submitted.

public static Guid UninstallSampleData (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient);
static member UninstallSampleData : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient -> Guid
<Extension()>
Public Function UninstallSampleData (serviceClient As ServiceClient) As Guid

Parameters

serviceClient
ServiceClient

ServiceClient

Returns

ID of the Async job executing the request

Applies to