---
title: "Delete"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/supabase/delete
markdown: https://docs.nodetool.ai/nodes/lib/supabase/delete.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/supabase/delete.md
---

# Delete

**Type:** `lib.supabase.Delete`

**Namespace:** `lib.supabase`

## Description

Delete records from a Supabase table.
    supabase, database, delete, remove

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| table_name | `str` | Table to delete from | `` |
| filters | `list[tuple[str, enum, any]]` | Filters to select rows to delete (required for safety) | `[]` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dict[str, any]` |  |

## Related Nodes

Browse other nodes in the [lib.supabase](./) namespace.
