POST /v3/logout
Summary
Logs the client out from the IMI session.
Resource URL
/v3/logout
Example Request
curl \
--request POST \
--header 'Cookie: JSESSIONID=11048CDA77DE2B45BE1562C8EED67858' \
https://[server]:8443/umsapi/v3/logout
Example Response
200 OK
---
{"message":"Logout successful"}