Skip to main content
Module

x/postgrest/mod.ts>PostgrestQueryBuilder#delete

Isomorphic JavaScript client for PostgREST.
Latest
method PostgrestQueryBuilder.prototype.delete
Re-export
import { PostgrestQueryBuilder } from "https://deno.land/x/postgrest@1.1.0/mod.ts";

Performs a DELETE on the table.

Parameters

optional
unnamed 0: { returning?: "minimal" | "representation"; count?:
| null
| "exact"
| "planned"
| "estimated"
; }
= [UNSUPPORTED]

If true, return the deleted row(s) in the response.