Delete Defect
delete_defectPermanently remove a defect and all linked matchers. Confirmation required to execute the deletion.
Instructions
Permanently delete a defect and all its associated matchers.
This is a destructive operation. The confirm parameter must be
set to true to actually perform the deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Safety flag — must be set to true to confirm deletion | |
| defect_id | Yes | ID of the defect to delete | |
| output_format | No | Output format: 'json' (default) or 'plain'. |