Delete a Graph
This page explains different ways to delete a graph in Macrometa GDN.
Deleting a graph cannot be undone!
- Web Console
- REST API
- CLI
Follow these instructions to delete a graph using the GDN console web UI.
Click Data > Graphs.
Next the graph that you want to delete, click Edit.
Click Delete graph.
When the system asks you to confirm your choice, it also displays a checkbox with the option to also drop collections.
If you select this checkbox, then Macrometa also deletes any edge or vertex collections associated with the graph that are not associated with other graphs.
Make your selection, and then click Yes.
Use our interactive API Reference with code generation in 18 programming languages to Delete (Remove) a Graph.
Use the gdnsl graph delete CLI command to create a delete a graph.