Store.Remove
Remove a value from the store
type req = write_options * (t * Store.path) * Store.Info.t
type res = unit
val req_t : req Irmin.Type.t
val res_t : res Irmin.Type.t
val name : string
val run : Conn.t -> context -> Server_info.t -> req -> res Conn.Return.t Lwt.t