Logout

Use <logout> command to terminate a session and close TCP connection (please, do not terminate the connection without logging out).

Client request

Command has no additional parameters - example given below:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
  <command>
    <logout/>
    <clTRID>GDugXL41AJJbe5ov4h6G</clTRID>
  </command>
</epp>

Server response

The server responds with a result code of 1500 (“Command completed successfully; ending session”) or 2500 error code if anything went wrong (terminating session anyways).