ServiceClient.Delete(String, Guid) 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.
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