Smartsheet.Api.Internal.SheetAttachmentResourcesImpl.DeleteAttachment C# (CSharp) Method

DeleteAttachment() public method

public DeleteAttachment ( long sheetId, long attachmentId ) : void
sheetId long
attachmentId long
return void
        public virtual void DeleteAttachment(long sheetId, long attachmentId)
        {
            this.DeleteResource<Attachment>("sheets/" + sheetId + "/attachments/" + attachmentId, typeof(Attachment));
        }