Logout of the Web Services Session
A client logs out by sending an HTTP POST or HTTP GET request to a URL. For example:
https://secure-ausomx[ENV].crmondemand.com/Services/Integration?command=logoff;
Note: The parameter value logoff is case sensitive.
Logoff Input
The preferred method is to include the JSESSIONID with the request as a cookie with the same name. There are no other URL parameters or HTTP headers, and there is no HTTP body.
Logoff Output
A status code of 200 is returned if the request is received by the Oracle CRM On Demand server. This does not guarantee that the logoff request has been processed, and there might be a delay until the session resources are released for use by a new Web services session.