Skip to main content
Glama

Pega DX MCP Server

by marco-looy

delete_related_case

Remove specific case relationships in Pega by deleting the association between a primary case and a related case using the case IDs.

Instructions

Remove related work association between two cases by deleting a specific relationship

Input Schema

NameRequiredDescriptionDefault
caseIDYesPrimary case ID from which to remove the related case. Example: "ON6E5R-DIYRecipe-Work-RecipeCollection R-1008". Must be a complete case identifier including spaces and special characters.
related_caseIDYesRelated case ID to be removed from the primary case. Example: "ON6E5R-DIYRecipe-Work-RecipeCollection R-1009". Must be a complete case identifier including spaces and special characters.

Input Schema (JSON Schema)

{ "properties": { "caseID": { "description": "Primary case ID from which to remove the related case. Example: \"ON6E5R-DIYRecipe-Work-RecipeCollection R-1008\". Must be a complete case identifier including spaces and special characters.", "type": "string" }, "related_caseID": { "description": "Related case ID to be removed from the primary case. Example: \"ON6E5R-DIYRecipe-Work-RecipeCollection R-1009\". Must be a complete case identifier including spaces and special characters.", "type": "string" } }, "required": [ "caseID", "related_caseID" ], "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