Log out (POST)
Description
URL |
scheme://domain:port/platform/ws/logout |
|
Description |
The logout service invalidates the security token, and the user can no longer access the other web services. |
|
HTTP Method |
POST |
|
Parameters |
None |
Request
Request-Method |
POST |
|
Request-URI |
/platform/ws/logout |
|
Request-Header |
Name |
Value |
Accept |
application/xml or application/json |
|
Message-body |
None |
Response
Response-Code |
|
|
Response-Header |
Name |
Value |
Content-Type |
application/xml or application/json |
|
Message-body |
Failure Message |
If not successful, returns an error message. For additional information, refer to the schema file ./schemas/jobs/error.xsd.
|
Example
# Request
POST /platform/ws/logout HTTP/1.1
Host: www.example.org
Accept: application/xml
…
# Response
200 Successful
Content-Type: application/xml;