delete_finding
Delete a specific finding by ID after explicit confirmation. Use to remove incorrect or outdated findings permanently; requires confirm=True to prevent accidental deletion.
Instructions
Delete a finding by ID. DESTRUCTIVE - use with caution.
AUTOMATIC TRIGGERS - Call this when:
User explicitly asks to delete a specific finding
A finding is clearly incorrect or outdated
DO NOT CALL for:
Cleaning up duplicates (update instead)
Without explicit user confirmation
CONFIRMATION TIER: DESTRUCTIVE - Requires explicit confirm=True with user approval. This operation is PERMANENT and cannot be undone. Always warn the user before calling.
SAFETY: Requires confirm=True to prevent accidental deletion. The finding is permanently removed.
PARAMETERS:
finding_id: ID of the finding to delete (required)
confirm: Must be True to delete (safety gate)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| finding_id | Yes |