March 2020
Beginner to intermediate
426 pages
13h 11m
English
This method is used to delete an entity record. We need to specify the entity's name and the record the GUID that we want to delete, like so:
OrgService.Delete("him_vehicle", new Guid("F8D74085-C38D-E911-A969-000D3A29FEA4"));
The preceding code will delete the vehicle entity record that matches the GUID that was passed.
Read now
Unlock full access