bin_delete.RdDelete a bin from Filebin
bin_delete(bin)Bin name. If NA the generate random bin name.
A Boolean indicating whether bin was successfully deleted.
if (FALSE) {
bin_delete("placeholder")
bin_delete("https://filebin.net/placeholder/")
}