CrmServiceClient.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 crm
public:
virtual void Delete(System::String ^ entityName, Guid id);
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
Remarks
This method is a wrapper for IOrganizationService.Delete(String, Guid).