REST API - delete
com.vmware.cis.session
delete
DELETE /com/vmware/cis/session |
POST /com/vmware/cis/session?~action=delete |
Terminates the validity of a session token. This is the equivalent of log out.
A session identifier is expected as part of the request.
- Request:
-
- Representations:
- Parameters:
- None
- Response:
-
- Representations:
- Parameters:
Name Type Required Description result VOID Yes - Errors:
-
Type Description HTTP Status Code unauthenticated if the session id is missing from the request or the corresponding session object cannot be found. 401 service_unavailable if session deletion fails due to server specific issues, for example connection to a back end component is failing. Due to the security nature of this API further details will not be disclosed in the error. Please refer to component health information, administrative logs and product specific documentation for possible causes. 503
Copyright © 2014. All Rights Reserved.