Removes an existing Python function.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | name | str | The name to identify the Python function. Must be a valid Python identifier. |
KEY | TYPE | DESCRIPTION |
---|---|---|
success | Boolean | true if the call succeeded, false if there was an error |