Входим через mongosh и поехали.
Смотрим Базы
Enterprise [direct: mongos] test> show dbs;
admin 80.00 KiB
config 1.22 MiB
test 216.89 MiB
Удаляем Базу
Enterprise [direct: mongos] test> use test;
already on db test
Enterprise [direct: mongos] test> db.dropDatabase()
{ ok: 1, dropped: 'test' }