/// <summary>
 /// Delete Ios Policy
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='hostName'>
 /// Location hostName for the tenant
 /// </param>
 /// <param name='policyName'>
 /// Unique name for the policy
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task DeleteMAMPolicyAsync(this IIosOperations operations, string hostName, string policyName, CancellationToken cancellationToken = default(CancellationToken))
 {
     await operations.DeleteMAMPolicyWithHttpMessagesAsync(hostName, policyName, null, cancellationToken).ConfigureAwait(false);
 }