Exemplo n.º 1
0
 public static void DeleteEntity(ResourceType resourceType, string id)
 {
     try
     {
         QcRestClient.DeleteEntity(resourceType, id);
     }
     catch (Exception ex)
     {
         Reporter.ToLog(eAppReporterLogLevel.ERROR, "Failed to delete entity with REST API", ex);
     }
 }