Subdoc.destroy() and doc.on('subdocs',...)

Strange…

I’m currently experimenting with “subdocs” and am really uncertain whether I should hate or love them:

If I am right (just look into the docs), subDoc.destroy() does not really “destroy” a subdoc but simply unloads it. Surprisingly, however, “destroying” a subdoc lets it appear in a subdocs event both as added and removed.

So, what is added then good for? And how can I actually delete a subdoc?