delete_case_tag
Remove a specific tag from a case by providing the case ID and tag ID using Pega DX MCP Server's API, streamlining data cleanup and management.
Instructions
Delete a specific tag from a case by case ID and tag ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caseID | Yes | Full case handle (case ID) to delete tag from. Example: "OSIEO3-DOCSAPP-WORK T-561003". Must be a complete case identifier including spaces and special characters. | |
tagID | Yes | Tag ID to be deleted from the case. This is the unique identifier of the specific tag to remove. |