DeleteTrackToXml
Deletes a track returning the result of the command in Xml format
Parameters:
TrackDeleteParameters
Returned Type: XmlDocument
Returns an XML Document according to trackdelete command documentation
<?xml version="1.0" encoding="utf-8" ?> <furesult> <message><![CDATA[ OK ]]></message> </furesult>
Where
<message> contains OK or the Error description.