networkdisk.sql.master.MasterGraphs.delete_graph

MasterGraphs.delete_graph(name=None, masterid=None, directed=None)

Delete the Graph Schema in the Master Table

Parameters:
name: non-mutable value

The name of the graph schema to fetch

masterid: int

The id of the graph schema to fetch

directed: bool or None

If True, will fetch only DiGraph schema, if False only Graph schema and if None, both.