Function hdk::entry::delete_entry[][src]

pub fn delete_entry(hash: HeaderHash) -> ExternResult<HeaderHash>

Alias to delete

Takes the HeaderHash of the element to delete.

delete_entry(entry_hash(foo_entry)?)?;