sqlite.dropdb(dbname)

Drop a SQLite database and all associated storage.

Example
sqlite.dropdb('testdb')