Skip to main content
Glama

RushDB

DeleteRecordById

Remove a specific record from RushDB using its unique identifier. This tool enables precise data deletion by record ID, with optional transaction support for atomic operations.

Instructions

Delete a record by its ID

Input Schema

NameRequiredDescriptionDefault
recordIdYesID of the record to delete
transactionIdNoOptional transaction ID for atomic deletion

Input Schema (JSON Schema)

{ "properties": { "recordId": { "description": "ID of the record to delete", "type": "string" }, "transactionId": { "description": "Optional transaction ID for atomic deletion", "type": "string" } }, "required": [ "recordId" ], "type": "object" }

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/1pxone/RushDB'

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