TYBA






protocol.DeleteTracksResponse

DeleteTracksResponse

This response acts as an acknowledgment to its corresponding request.

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

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <deleteTracks>
              <trid>1</trid>
              <trid>2</trid>
          </deleteTracks>
      </fn>
  </siresp>

 

back to index