Deletes existing download handler.

Syntax

Visual Basic (declaration)
Public Function DeleteDownloadHandler( _ 
ByVal AuthenticationTicket as String, _ ByVal DownloadHandler as String) as XmlNode

C# (declaration)
public XmlNode DeleteDownloadHandler( 
string AuthenticationTicket, string DownloadHandler)

Parameters

AuthenticationTicket
    string infoRouter ticket
DownloadHandler
    string An infoRouter download handler to delete

Return Value

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

Remarks

The download handler must be created before calling this method.
The download handlers are automatically being deleted when the user session is timed out.