deleteFixItem
Remove a hand-authored fix item from an audit's fix list permanently. Confirm before deletion, as the item cannot be regenerated.
Instructions
Permanently remove one entry from an audit's fix list.
Fix items are hand-authored and cannot be regenerated by re-running the audit, so confirm with the user first. Item IDs come from listFixItems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auditId | Yes | Audit ID. | |
| fixItemId | Yes | Fix item ID from listFixItems. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auditId | Yes | ||
| deleted | Yes | ||
| fixItemId | Yes |