supabase_delete
Delete rows from a Supabase table matching filter conditions, allowing targeted removal of records via the MCP Supabase Server.
Instructions
Delete rows from a Supabase table that match the filter conditions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to delete from | |
| filter | Yes | Filter conditions to match rows to delete |