The metadata information along with the table data is deleted from the Hive warehouse directory if one drops a managed table.
Whereas in case of an External table, Hive just deletes the metadata information regarding the table. Further, it leaves the table data present in HDFS untouched.
Hope this helps