trellow.api.Cards.Internal.AsyncCards.RemoveAttachment C# (CSharp) Method

RemoveAttachment() public method

public RemoveAttachment ( ICardId card, IAttachmentId attachment ) : System.Threading.Tasks.Task
card ICardId
attachment IAttachmentId
return System.Threading.Tasks.Task
		public Task RemoveAttachment(ICardId card, IAttachmentId attachment)
		{
			return _restClient.RequestAsync(new CardsRemoveAttachmentRequest(card, attachment));
		}