TYBA






protocol.streaming.UserAccountLogoutRequest

UserAccountLogoutRequest

This request allows you to delete a deezer user account stored on the muse server.

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

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <userAccountLogout>
              <uid>1</uid>
          </userAccountLogout>
      </fn>
  </sireq>

 

back to index