Beispiel #1
0
 public static async Task DeleteReferenceAsync(this IAccounts operations, string accountId, string fieldname, Odataid odataid = default, CancellationToken cancellationToken = default)
 {
     (await operations.DeleteReferenceWithHttpMessagesAsync(accountId, fieldname, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }