Authentication
Log out
Complete the client-side logout flow.
POST
/api/v1/auth/logoutREST access tokens are bearer credentials. Remove the token from the client after this request.
Authentication: REST bearer token required.
Parameters
This endpoint has no path, query, or body parameters.
Responses
204Logout was acknowledged. The response has no body.