Session Monitor API
Delete single consultation
It invalidates one consultation for the specified user
DELETE/rest/sessionmonitor/username/consultationId
Query parameters | None |
Header | auth-token: token from authentication |
Header/Parameter | tenant |
Body | None |
Returns | Update Result |
Required role | KBA MANAGER |
Managed errors | 401: insufficient privileges |
Example request
curl 'http://localhost:8080/mwp/rest/sessionmonitor/session/someUsername/a00f9c723dd88a4f3fd1a8c5fc3d519e' -X DELETE -H 'auth-token: 4876f9b2-7261-4600-b1ce-5ff4fbb1a969' -H 'tenant:default'
Example response
{ "success":true }