Can't log out in android

Thank you @Saltuk, I understand that logout url should be invoked through the browser that was used to log in (and not through an in-app http client that is used for api invocations) thus auth0 server will get a chance to remove the cookie and will optionally redirect to the provided url (returnTo param). Correct?