delete Command¶
Usage¶
Options¶
<graph>: Name of the graph (required)--host <url>: GripQL server URL (default: "localhost:8202")--file <path>: Path to a JSON file containing data to delete--edges <edge_ids>: Comma-separated list of edge IDs to delete (ignored if JSON file is provided)--vertices <vertex_ids>: Comma-separated list of vertex IDs to delete (ignored if JSON file is provided)
Example¶
JSON File Format¶
JSON file format for data to be deleted: