TYBA






protocol.deezer.radio.player.DeezerRadioDeleteCurrentTrackRequest

DeezerRadioDeleteCurrentTrackRequest

This request allows you tell the specified deezer radio player(s) to delete the current track.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <deezerRadioDeleteCurrent>
              <id>255</id>
              <id>255</id>
          </deezerRadioDeleteCurrent>
      </fn>
  </sireq>

 

back to index