Method
deletePythonFunction DELETE
Copy DELETE

Removes an existing Python function.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes name str The name to identify the Python function. Must be a valid Python identifier.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
Language: