Scenic.Graph.delete

You're seeing just the function delete, go back to Scenic.Graph module for more information.

Specs

delete(graph :: t(), id :: any()) :: t()

Permanently delete a primitive from a group by id.

This will remove a primitive (or many if they have the same id) from a graph. It then returns the modified graph.

If you delete a group from a graph, then all primitives contained by that group are deleted as well.