The logout actor-chain is used to log the customer off of the site.

Parameters: None

Customer Log Out Example
curl -L -v -b customer_cookies.txt -H "Content-Type: application/json"
"http://localhost:8280/rest/model/atg/userprofiling/ProfileActor/
logout"

If the log out fails, the following exception might occur:

{"formError":true,"formExceptions":[{"localizedMessage":"The password and
login do not match","errorCode":"invalidPassword"}]}

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices