delete_case_tag
Deletes a specific tag from a case by providing the case ID and tag ID. Removes the tag to clean up case metadata.
Instructions
Delete a specific tag from a case by case ID and tag ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseID | Yes | Case ID. Example: "MYORG-APP-WORK C-1001". Complete identifier including spaces."OSIEO3-DOCSAPP-WORK T-561003". 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. | |
| sessionCredentials | No | Optional session-specific credentials. If not provided, uses environment variables. Supports two authentication modes: (1) OAuth mode - provide baseUrl, clientId, and clientSecret, or (2) Token mode - provide baseUrl and accessToken. |