Skip to main content
Glama

Pega DX MCP Server

by marco-looy

delete_participant

Remove a participant from a Pega case by specifying case ID, participant ID, and eTag for optimistic locking to ensure data consistency and avoid conflicts.

Instructions

Delete a participant from a Pega case by case ID and participant ID. Requires an eTag value for optimistic locking to ensure data consistency. Returns success confirmation or detailed error information.

Input Schema

NameRequiredDescriptionDefault
caseIDYesFull case handle (case ID) to remove participant from. Example: "ON6E5R-DIYRecipe-Work-RecipeCollection R-1008". Must be a complete case identifier including spaces and special characters.
eTagYesRequired eTag unique value for optimistic locking. This must be obtained from a previous GET request (get_participant, get_case_participants, etc.) and represents the current state of the participant data. Used to prevent concurrent modification conflicts.
participantIDYesParticipant ID to remove from the case. This identifies the specific participant that will be deleted from the case participant list.

Input Schema (JSON Schema)

{ "properties": { "caseID": { "description": "Full case handle (case ID) to remove participant from. Example: \"ON6E5R-DIYRecipe-Work-RecipeCollection R-1008\". Must be a complete case identifier including spaces and special characters.", "type": "string" }, "eTag": { "description": "Required eTag unique value for optimistic locking. This must be obtained from a previous GET request (get_participant, get_case_participants, etc.) and represents the current state of the participant data. Used to prevent concurrent modification conflicts.", "type": "string" }, "participantID": { "description": "Participant ID to remove from the case. This identifies the specific participant that will be deleted from the case participant list.", "type": "string" } }, "required": [ "caseID", "participantID", "eTag" ], "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