pocketbase-mcp-server

delete_record

Remove a specific record from a PocketBase database collection by specifying the collection name and record ID. Simplify data management and clean outdated or unnecessary entries.

Instructions

Delete a record

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
idYesRecord ID

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "id": { "description": "Record ID", "type": "string" } }, "required": [ "collection", "id" ], "type": "object" }

You must be authenticated.

Other Tools from pocketbase-mcp-server

Related Tools

ID: z2xjuegxxh