TYBA






protocol.DeleteFromPlaylistRequest

DeleteFromPlaylistRequest

This request allows you to delete items from the supplied playlist by index.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1database idplaylist id
itemsno1lista list of indices to delete. zero based
tokyes1api tokenclient token for privileged access. request from ideaworks

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <deleteFromPlaylist>
              <id>45435434354343</id>
              <items>
                  <ix>23</ix>
                  <ix>455</ix>
                  <ix>2</ix>
                  <ix>65535</ix>
              </items>
              <tok>fggew32gfg24gf45f3g54</tok>
          </deleteFromPlaylist>
      </fn>
  </sireq>

 

back to index