DeleteFunction
DELETE/function/:function_name
Permanently removes a function from the workspace, deleting both draft and published versions along with all associated code. It fails if already in use
Request
Responses
- 200
- 404
- 500
DeleteFunction 200 response
FunctionNotFound 404 response
InternalServerError 500 response