Skip to main content
Glama

Pega DX MCP Server

by marco-looy

delete_case_follower

Remove a user as a follower from a specific case in Pega DX MCP Server, stopping case notifications and updates for them. Requires the case ID and follower user ID.

Instructions

Remove a follower from a case, ending their subscription to case notifications and updates. Removes the follower association between case and user.

Input Schema

NameRequiredDescriptionDefault
caseIDYesFull case handle (case ID) to remove follower from. Example: "OSIEO3-DOCSAPP-WORK T-561003". Must be a complete case identifier including spaces and special characters.
followerIDYesUser ID of the follower to remove from the case. This is the unique identifier for the user in the Pega system who will no longer follow the case.

Input Schema (JSON Schema)

{ "properties": { "caseID": { "description": "Full case handle (case ID) to remove follower from. Example: \"OSIEO3-DOCSAPP-WORK T-561003\". Must be a complete case identifier including spaces and special characters.", "type": "string" }, "followerID": { "description": "User ID of the follower to remove from the case. This is the unique identifier for the user in the Pega system who will no longer follow the case.", "type": "string" } }, "required": [ "caseID", "followerID" ], "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