First, use dropPartition (or use dropRecoveringPartitions from the ops module) to forcefully remove partitions from each table, and then use dropDatabase to delete the entire database.
dropPartition
dropRecoveringPartitions
ops
dropDatabase