Wolfram Language

Cloud Storage & Operations

Remove a Databin

Databins can be entirely removed.

Create a databin.

In[1]:=
Click for copyable input
bin = CreateDatabin[]
Out[1]=

Remove the databin entirely.

In[2]:=
Click for copyable input
DeleteFile[bin]

The databin is no longer in your list of databins.

In[3]:=
Click for copyable input
MemberQ[Databins[], bin]
Out[3]=

Related Examples

de es fr ja ko pt-br ru zh