delete_statement
Delete a statement (import, variable, ref) from a file by its UUID. Permanently removes the specified statement to clean up code.
Instructions
Delete a statement from a file by UUID. This permanently removes the statement (import, variable, ref, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | UUID of the file containing the statement | |
| method | Yes | UUID of the method containing the statement (use "file" for file-level statements) | |
| uuid | Yes | UUID of the statement to delete |