Function delete_example

Source
pub fn delete_example(address: ActionHashB64) -> ExternResult<ActionHashB64>
Expand description

This is the exposed/public Zome function for archiving an entry of this type. This will mark the entry at address as “deleted”. It will no longer be returned by fetch_examples. It will send a signal of this event to all peers returned by the get_peers call given during the macro call to crud!