Exemple #1
0
 public async Task <AttachmentResponse> DeleteAttachmentAsync(string hash)
 {
     return(await _api.DeleteAttachment(_api_token, hash));
 }