Performing Logout

To log out, a user sends the HTTP POST request to the api/oauth2/logout endpoint. A successfully completed operation returns the 204 response code.

Performing LogoutExample

To log out, a user sends the HTTP POST request to the api/oauth2/logout endpoint.

Request:

POST https://127.0.0.1/api/oauth2/logout

 

The server sends a response in the following format.

Response:

204