Skip to main content
Glama

Pega DX MCP Server

by marco-looy

remove_case_document

Permanently remove a document linked to a specific Pega case by providing valid case and document IDs. Ensures compliance with user permissions for secure document management.

Instructions

Remove a document that is linked to a specific Pega case. This operation permanently removes the link between the document and the case. The document ID and case ID must both be valid and the user must have appropriate permissions to remove documents from the case.

Input Schema

NameRequiredDescriptionDefault
caseIDYesFull case handle (case ID) from which to remove the document. Must be a complete case identifier including spaces and special characters. Example: "ON6E5R-DIYRecipe-Work-RecipeCollection R-1008". The case must exist and be accessible to the current user.
documentIDYesDocument ID to be removed from the case. This is the unique identifier that identifies the specific document in the Pega system. The document must exist, be linked to the specified case, and be accessible to the current user.

Input Schema (JSON Schema)

{ "properties": { "caseID": { "description": "Full case handle (case ID) from which to remove the document. Must be a complete case identifier including spaces and special characters. Example: \"ON6E5R-DIYRecipe-Work-RecipeCollection R-1008\". The case must exist and be accessible to the current user.", "type": "string" }, "documentID": { "description": "Document ID to be removed from the case. This is the unique identifier that identifies the specific document in the Pega system. The document must exist, be linked to the specified case, and be accessible to the current user.", "type": "string" } }, "required": [ "caseID", "documentID" ], "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