Performing Logout
To log out, a user sends the HTTP DELETE request to the /oauth2/token endpoint. A successfully completed operation returns the 204 response code.
Example
To log out, a user sends the HTTP DELETE request to the /oauth2/token endpoint, and specifies currently valid access token in the Bearer <access_token> format in the Authorization header.
The server sends a response in the following format.
|