TYBA






protocol.DeleteTracksRequest

DeleteTracksRequest

This request allows you to delete tracks based upon the supplied id/s. *

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
tridnounboundeddatabase idlist of track ids

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <deleteTrack>
              <trid>1</trid>
              <trid>2</trid>
          </deleteTrack>
      </fn>
  </sireq>

 

back to index