Using Delete Method of CrmService WebService

// Deletes the Contact

// The EntityName indicates the

// EntityType of the Object being deleted.

service.Delete(EntityName.contact.ToString(),

myContact.contactid);

Unknown's avatar

Author: Arvind Singh

Solution Architect with 17+ years of exp. In Dynamics CRM, Power Platform, Azure which includes Solution, Design, Development, Deployment, Maintenance and support experience.

Leave a comment