Module Values.DeleteFaqRequestSource

Removes a FAQ from an index.

Sourcetype nonrec t = {
  1. id : FaqId.t;
    (*

    The identifier of the FAQ you want to remove.

    *)
  2. indexId : IndexId.t;
    (*

    The identifier of the index for the FAQ.

    *)
}
Sourceval context_ : string
Sourceval make : id:FaqId.t -> indexId:IndexId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FaqId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t