delete_case
Remove a case in the create stage by providing its caseID. This ensures efficient management of incomplete or unnecessary cases within the Pega DX MCP Server environment.
Instructions
Delete a case that is currently in the create stage
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caseID | Yes | Full case handle (e.g.,ON6E5R-DIYRECIPE-WORK-RECIPECOLLECTION R-1008) |
Input Schema (JSON Schema)
{
"properties": {
"caseID": {
"description": "Full case handle (e.g.,ON6E5R-DIYRECIPE-WORK-RECIPECOLLECTION R-1008)",
"type": "string"
}
},
"required": [
"caseID"
],
"type": "object"
}