Logout Session v2

post

/jderest/v2/orchestrator/jde-logout

Log out with this token and terminate the session held for the token passed.

Request

Supported Media Types
Header Parameters
Body ()
The input to the tokenrequest/logout service.
Root Schema : LogoutRequest
Type: object
The input to the tokenrequest/logout service.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful Execution

400 Response

Bad Request - Invalid JSON Input

415 Response

Invalid Content-Type Header

444 Response

Invalid Token
Body ()
Root Schema : ServiceErrorResponse
Type: object
Error Response
Show Source

500 Response

Server Failed to Process Request
Body ()
Root Schema : ServiceErrorResponse
Type: object
Error Response
Show Source
Back to Top