Skip to main content
Module

x/supabase/mod.ts>PostgrestQueryBuilder#delete

An isomorphic Javascript client for Supabase.
Go to Latest
method PostgrestQueryBuilder.prototype.delete
Re-export
import { PostgrestQueryBuilder } from "https://deno.land/x/supabase@1.3.1/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.