/// <summary>
 /// Delete entity from adoxio_applications
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioApplicationid'>
 /// key: adoxio_applicationid
 /// </param>
 /// <param name='fieldname'>
 /// key: fieldname
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task DeleteReferenceAsync(this IApplications operations, string adoxioApplicationid, string fieldname, CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.DeleteReferenceWithHttpMessagesAsync(adoxioApplicationid, fieldname, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }