delete_method
Remove a method from a file by providing its UUID and the file's UUID, permanently deleting its code.
Instructions
Delete a method from a file by UUID. This permanently removes the method and all its code. Requires both the file UUID and method UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | UUID of the file containing the method (required) | |
| uuid | Yes | UUID of the method to delete |