1. Stopping the database instance:
dbmcli -d <database_name> -u <dbm_user>,<dbm_user_password> db_offline
2. Deleting the current database instance from the database server:
dbmcli -d <database_name> -u <dbm_user >,<dbm_user_password> db_drop
This deletes the files for the database instance.