delete
delete a record from a table with its ID and layout.
Arguments
table- the table selectorkey- key of the record to deletelayout- the layout of the record to delete
Fully qualified path: dojo::storage::database::delete
pub fn delete(table: felt252, key: felt252, layout: Span<u8>)