% Generated by roxygen2: do not edit by hand % Please edit documentation in R/web-services.R \name{logout_gmql} \alias{logout_gmql} \title{Logout from GMQL} \usage{ logout_gmql(url) } \arguments{ \item{url}{string url of server: It must contain the server address and base url; service name is added automatically} } \value{ None } \description{ Logout from GMQL REST services suite using the proper GMQL web service available on a remote server } \details{ After logout the authentication token will be invalidated. The authentication token is removed from R Global environment. If error occurs, a specific error is printed }