Skip to main content
Glama

Pega DX MCP Server

by marco-looy

delete_data_record

Remove specific data records from a savable Data Page using primary keys. Configured for data object classes, this tool ensures precise deletion based on conditional save plans in Pega DX MCP Server.

Instructions

Delete a data record based on conditional save plan configured for a savable Data Page. Only supported on data object classes. Requires primary key(s) to uniquely identify the record to delete.

Input Schema

NameRequiredDescriptionDefault
dataViewIDYesID of savable Data Page containing the record to delete. Must be a valid data page identifier configured for delete operations.
dataViewParametersYesPrimary key(s) as input to uniquely identify the data record to delete. The exact format depends on the data page configuration and may include multiple key-value pairs. For example: "CustomerID=12345" or "OrderID=O-1001&CustomerID=C-5678".

Input Schema (JSON Schema)

{ "properties": { "dataViewID": { "description": "ID of savable Data Page containing the record to delete. Must be a valid data page identifier configured for delete operations.", "type": "string" }, "dataViewParameters": { "description": "Primary key(s) as input to uniquely identify the data record to delete. The exact format depends on the data page configuration and may include multiple key-value pairs. For example: \"CustomerID=12345\" or \"OrderID=O-1001&CustomerID=C-5678\".", "type": "string" } }, "required": [ "dataViewID", "dataViewParameters" ], "type": "object" }
Install Server

Other Tools from Pega DX MCP Server

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/marco-looy/pega-dx-mcp'

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