Delete existing upload handler.

Syntax

Visual Basic (declaration)
Public Function DeleteUploadHandler( _ 
ByVal AuthenticationTicket as String, _ ByVal UploadHandler as String) as XmlNode

C# (declaration)
public XmlNode DeleteUploadHandler( 
string AuthenticationTicket, string UploadHandler)

Parameters

AuthenticationTicket
    string infoRouter ticket
UploadHandler
    string An infoRouter upload handler.

Return Value

returns xml fragment.
<response success="true" error="">
if success attribute is "true", the upload handler has been deleted successfully.
if success attribute is "false", the error attribute indicates the encountered error.

Remarks

The caller must be the creater of the upload handler.
This method ensures the upload handler is deleted without waiting session expiration.