Service: zimbraAdmin
Namespace: "urn:zimbraAdmin"
UnregisterMailboxMoveOut SOAP Command

This request is invoked by move destination server against move source server to indicate the completion of mailbox move. This request is also invoked to reset the state after a mailbox move that died unexpectedly, such as when the destination server crashed.

NO_SUCH_MOVE_OUT fault is returned if there is no move-out in progress.

Network edition only API TRUE
Authorization token required true
Admin Authorization token required true

UnregisterMailboxMoveOutRequest

    <UnregisterMailboxMoveOutRequest> ## UnregisterMailboxMoveOutRequest
        <account name="{account-email-address}" dest="{dest-hostname}" /> ## MailboxMoveSpec
    </UnregisterMailboxMoveOutRequest>

The following table describes elements and attributes you can define within a <UnregisterMailboxMoveOutRequest> element:

XPath Required / Optional Description
/account Required (only 1) Details of Mailbox Move
/account@name Required (only 1) Type:String
Account email address
/account@dest Required (only 1) Type:String
Hostname of destination server

UnregisterMailboxMoveOutResponse

    <UnregisterMailboxMoveOutResponse /> ## UnregisterMailboxMoveOutResponse