Drop Database
The MaxL drop database statement helps you delete an Essbase database. If the database has outstanding locks, you can clear them first, or use the force keyword to drop with locks. The minimum permission required to remove a database is Database Manager.
Keywords
Example
drop database Sample.Basic force;
Deletes the database Sample.Basic, even if client users have outstanding locks on Sample.Basic.