If you have the needed permission, you could simply execute:
SET max_table_size_to_drop = 100000000000; and then:
SET max_table_size_to_drop = 100000000000;
drop table <table_name> on cluster '{cluster}' sync;