remove
▸ remove(): Promise
<void
>
Remove the data from the CausaDB system.
Returns
Promise
<void
>
Example
const data = client.getData('test-data');
await data.remove();
▸ remove(): Promise
<void
>
Remove the data from the CausaDB system.
Promise
<void
>
Example
const data = client.getData('test-data');
await data.remove();