/// <summary>
 /// Delete entity from gov_communities
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='govCommunityid'>
 /// key: gov_communityid
 /// </param>
 /// <param name='ifMatch'>
 /// ETag
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task DeleteAsync(this ICommunities operations, string govCommunityid, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.DeleteWithHttpMessagesAsync(govCommunityid, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }