CrmServiceClient.DeleteEntity Method (String, Guid, Guid)

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Deletes an entity from the CRM

Namespace:   Microsoft.Xrm.Tooling.Connector
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)

Public Function DeleteEntity (
	entityType As String,
	entityId As Guid,
	batchId As Guid
) As Boolean

Parameters

entityType
Type: System.String

entity type name

entityId
Type: System.Guid

entity id

batchId
Type: System.Guid

Optional : Batch ID to attach this request too.

Return Value

Type: System.Boolean

true on success, false on failure

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: