Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface DeleteIndexParams
import { type DeleteIndexParams } from "https://deno.land/x/deno_es@v0.4.3/src/types.ts";

Properties

index: string | string[]
optional
timeout: number
optional
master_timeout: number
optional
ignore_unavailable: boolean
optional
allow_no_indices: boolean
optional
expand_wildcards:
| "open"
| "closed"
| "hidden"
| "none"
| "all"