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
Name | Required | Description | Default |
---|---|---|---|
caseID | Yes | 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. | |
documentID | Yes | 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. |