Values.BatchDeleteFeaturedResultsSetRequestSourceRemoves one or more sets of featured results. Features results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
type nonrec t = {indexId : IndexId.t;The identifier of the index used for featuring results.
*)featuredResultsSetIds : FeaturedResultsSetIdList.t;The identifiers of the featured results sets that you want to delete.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of FeaturedResultsSetId.t ] list
| `String of IndexId.t ])
list ]