db_drop Command: Example 

1. Stop the database instance:

dbmcli -d <database_name> <userid>,< password> db_stop

or

dbmcli -d <database_name> -u <userid>,< password> db_offline

2. Deleting the current database instance of the database server:

dbmcli -d <database_name> -u <userid>,< password> db_drop

This deletes the database instance’s files.