Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface DeleteParams
import { type DeleteParams } from "https://deno.land/x/deno_es@v0.4.3/src/types.ts";

Properties

id: string | number
index: string
optional
wait_for_active_shards: string
optional
refresh: "true" | "false" | "wait_for"
optional
routing: string
optional
timeout: number
optional
if_seq_no: number
optional
if_primary_term: number
optional
version: number
optional
version_type:
| "internal"
| "external"
| "external_gte"
| "force"