xxxxxxxxxx
DROP SPACE [IF EXISTS] <graph_space_name>;
/ # nebula-console -addr graphd -u root -p PASSWORD -port 9669
Welcome to Nebula Graph!
(root@nebula) [(none)]> drop space my_space;
Execution succeeded (time spent 1.312ms/1.899ms)
Thu, 19 Jan 2023 12:19:18 UTC
(root@nebula) [(none)]>
https://docs.nebula-graph.io/3.2.0/3.ngql-guide/9.space-statements/5.drop-space/