httpd_unregister_uri_handler() function
Unregister a URI handler
Arguments
handle
handle to HTTPD server instance
Return value
- ESP_OK : On successfully deregistering the handler - ESP_ERR_INVALID_ARG : Null arguments - ESP_ERR_NOT_FOUND : Handler with specified URI and method not found