supabase_delete
Remove specific rows from a Supabase table using filters like column-value conditions. Specify operators (eq, neq, like, in) to target exact records for deletion.
Instructions
Delete rows from a Supabase table matching the given filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to delete from | |
| filters | Yes | Filters to identify rows to delete |