Web API: Signout
Jump to navigation
Jump to search
The Signout operation signs out (logout) the user from QPR ProcessAnalyzer. There are no parameters, and no data is returned by the operation. HTTP method is POST.
HTTP request header Authorization with value Bearer <access token> needs to be in place to identify the session to be signed out.
Example:
http://SERVER/qprpa/api/signout