Skip to main content
Glama

supabase-mcp

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

NameRequiredDescriptionDefault
filterYesFilter conditions
returningNoFields to return (optional)
tableYesTable name

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "Filter conditions", "type": "object" }, "returning": { "description": "Fields to return (optional)", "items": { "type": "string" }, "type": "array" }, "table": { "description": "Table name", "type": "string" } }, "required": [ "table", "filter" ], "type": "object" }

You must be authenticated.

Other Tools from supabase-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DynamicEndpoints/supabase-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server