This is an archive version of the document. To get the most up-to-date information, see the current version.

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