/// <summary>
 /// Delete true Boolean value in request returns 202 (accepted)
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='booleanValue'>
 /// Simple boolean value true
 /// </param>
 public static void Delete202(this IHttpSuccess operations, bool?booleanValue = default(bool?))
 {
     operations.Delete202Async(booleanValue).GetAwaiter().GetResult();
 }