/// <summary> /// Delete entity from bcgov_regions /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='bcgovRegionid'> /// key: bcgov_regionid /// </param> /// <param name='ifMatch'> /// ETag /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task DeleteAsync(this IRegions operations, string bcgovRegionid, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken)) { (await operations.DeleteWithHttpMessagesAsync(bcgovRegionid, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); }
/// <summary> /// Delete entity from adoxio_regions /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='adoxioRegionid'> /// key: adoxio_regionid of adoxio_region /// </param> /// <param name='ifMatch'> /// ETag /// </param> /// <param name='customHeaders'> /// Headers that will be added to request. /// </param> public static HttpOperationResponse DeleteWithHttpMessages(this IRegions operations, string adoxioRegionid, string ifMatch = default(string), Dictionary <string, List <string> > customHeaders = null) { return(operations.DeleteWithHttpMessagesAsync(adoxioRegionid, ifMatch, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult()); }