delAtom
The delAtom method removes an Atom value at the specified address in the data tree. If the sync parameter is true (the default), the deletion is automatically synchronized to connected peers. Optional Context metadata can be attached to the operation.
delAtom(
address: Address,
context?: Context,
sync?: boolean,
): Promise<void>Since
v0.0.0