Delete an existing role
.
edgedb [connection-option...] drop-role name
edgedb drop-role
is a terminal command equivalent to
DROP ROLE
.
See the Common Connection Options. The
create-superuser-role
command runs in the database it is
connected to.
The name of the role.