delete_records
Remove specific records from a Supabase table using filter conditions, with optional fields to return after deletion. Ideal for targeted data management tasks.
Instructions
Delete records from a Supabase table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | Yes | Filter conditions | |
returning | No | Fields to return (optional) | |
table | Yes | Table name |