delete_comment
Remove comments from specified addresses in IDA Pro during reverse engineering. Supports deletion of regular, repeatable, anterior, posterior, or function comments to maintain clean analysis.
Instructions
Delete a comment at the specified address. For anterior/posterior, deletes all lines.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Address to delete comment from | |
| comment_type | No | Type of comment to delete: 'regular', 'repeatable', 'anterior', 'posterior', or 'function' | regular |