Every element has a discard() method. To remove a link, grab a reference to it and call discard().
e.g. entry.getLink('foo').discard();
Elias Torres wrote:
> As I write a server implementation, I needed to remove links from an
> existing entry. Can I do this today and I'm just missing a method? Or is
> this in the TODO?
>
> -Elias
>
