Func remove
DELETE /funcs/$name
Remove a function.
Example request:
Example response:
URL parameters:
$name - The function name.
Status Codes:
204 - no error
404 - no such function
409 - still have function call that is being executed
500 - server error
Last updated