Example #1
0
 public async Task DeleteContentAsync(TargetContents contents)
 {
     await NoValue(RequestGenerator.Serialize("deleteContent", ApiVersion.V1_1, contents)).ConfigureAwait(false);
 }
 public async Task DeleteContentAsync(TargetContents contents)
 {
     await NoValue(RequestGenerator.Serialize("deleteContent", ApiVersion.V1_1, contents)).ConfigureAwait(false);
 }