Type Definition libindy_sys::indyWalletDeleteRecordTagsCb[][src]

type indyWalletDeleteRecordTagsCb = Option<unsafe extern "C" fn(handle: indy_handle_t, type_: *const c_char, id: *const c_char, tags_names: *const c_char) -> indy_error_t>;

Delete tags from the record

#Params storage_handle: opened storage handle (See open handler) type_: allows to separate different record types collections id: the id of record tag_names_json: the list of tag names to remove from the record as json array: ["tagName1", "tagName2", ...] Note that null means no tag names