Function indy_delete_wallet_record

Source
pub unsafe extern "C" fn indy_delete_wallet_record(
    command_handle: indy_handle_t,
    wallet_handle: indy_handle_t,
    type_: *const c_char,
    id: *const c_char,
    cb: indy_empty_cb,
) -> indy_error_t
Expand description

Delete an existing wallet record in the wallet

#Params command_handle: command handle to map callback to caller context wallet_handle: wallet handle (created by open_wallet) type_: record type id: the id of record