Values.DeleteIndexFieldRequestSourceContainer for the parameters to the DeleteIndexField operation. Specifies the name of the domain you want to update and the name of the index field you want to delete.
type nonrec t = {domainName : DomainName.t;indexFieldName : DynamicFieldName.t;The name of the index field your want to remove from the domain's indexing options.
*)}