I tried sending the lithiumLogin:{community id} with a new value and with a past expiry date but that did not work either... looks like the cookie is still there.
Also tried sending a curlopt_cookielist, 'all', which supposedly deletes all cookies but it just didn't happen.
Do I need to send this cookies in a separate call? I believe that this is it, but I have been unable to do it successfuly.
The cookies are indeed deleted / updated after I send the call, but my user still has its session open anyway, has it got to do with the roles of the user making the call? Like, could I be receiving the `success` message but the function not actually working?