ServiceClient.Delete(String, Guid) Method

Definition

Issues a Delete request to Dataverse

public void Delete (string entityName, Guid id);
abstract member Delete : string * Guid -> unit
override this.Delete : string * Guid -> unit
Public Sub Delete (entityName As String, id As Guid)

Parameters

entityName
String

Entity name to delete

id
Guid

ID if entity to delete

Implements

Applies to