# File lib/flickr/notes.rb, line 12
        def delete(note)
                note = note.id if note.class == Flickr::Note
                res = @flickr.call_method('flickr.photos.notes.delete',
                        'note_id' => note)
        end