bin_delete {filebin}R Documentation

Delete a bin from Filebin

Description

Delete a bin from Filebin

Usage

bin_delete(bin)

Arguments

bin

Bin name. If NA the generate random bin name.

Value

A Boolean indicating whether bin was successfully deleted.

Examples

## Not run: 
bin_delete("placeholder")
bin_delete("https://filebin.net/placeholder/")

## End(Not run)

[Package filebin version 0.0.6 Index]