1)Make a backup of the tablespace you are going to drop
2)
SQL>alter tablespace TABLESPACENAME offline;
SQL>drop tablespace TABLESPACENAME including contents;
3) then drop the datafile associated with the TABLESPACE in your system.