/// <summary>
 /// Delete entity from adoxio_rmreviews
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioRmreviewid'>
 /// key: adoxio_rmreviewid of adoxio_rmreview
 /// </param>
 /// <param name='ifMatch'>
 /// ETag
 /// </param>
 public static void Delete(this IRmreviews operations, string adoxioRmreviewid, string ifMatch = default(string))
 {
     operations.DeleteAsync(adoxioRmreviewid, ifMatch).GetAwaiter().GetResult();
 }