Description
The Logout transaction is used to terminate an active session. Clients should send a Logout request at the end of every session. While the server cannot strictly enforce Logout due to the stateless nature of requests, proper session termination is required for compliance. Failure to consistently log out may result in future login attempts being rejected until the previous session has been properly closed.
Endpoint
https://sample.mlsidxapi.com
Request Arguments
The Logout transaction does not require any request arguments.
Logout Response Body Format
<?xml version="1.0" encoding="UTF-8"?>
<RETS ReplyText="Operation Successful" ReplyCode="0" />