TYBA






protocol.DeletePlaylistsResponse

DeletePlaylistsResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
itemsno1lista list of playlist id's
tokyes1api tokenclient token for privileged access. request from ideaworks

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <deletePlaylists>
              <items>
                  <id>65464665464645</id>
                  <id>65464665464645</id>
              </items>
              <tok>fggew32gfg24gf45f3g54</tok>
          </deletePlaylists>
      </fn>
  </siresp>

 

back to index