TYBA






protocol.DeleteArtistsRequest

DeleteArtistsRequest

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

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

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <deleteArtist>
              <arid>1</arid>
              <arid>2</arid>
          </deleteArtist>
      </fn>
  </sireq>

 

back to index