Delete a bin from Filebin

bin_delete(bin)

Arguments

bin

Bin name. If NA the generate random bin name.

Value

A Boolean indicating whether bin was successfully deleted.

Examples

if (FALSE) {
bin_delete("placeholder")
bin_delete("https://filebin.net/placeholder/")
}