Meeseeks.Document.delete_node

You're seeing just the function delete_node, go back to Meeseeks.Document module for more information.
Link to this function

delete_node(document, node_id)

View Source

Specs

delete_node(t(), node_id()) :: t() | no_return()

Deletes the node referenced by node_id and all its descendants from the document.

Raises if node_id does not exist in the document.