Security API
Logout
it closes a session
POST/rest/security/logout
Query parameters | none |
Header | Content-Type: application/json |
Header/Parameter | tenant |
Body | none |
Returns | none |
Required role | none |
Managed errors |
|
Example request
curl 'http://localhost:8080/mwp/rest/security/logout' -X POST -H 'auth-token: e15c09bc-1e35-43f0-ad85-aa4bd1dba1b9' -H 'tenant:default'