Authentication

Log out

Complete the client-side logout flow.

POST/api/v1/auth/logout

REST 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

204

Logout was acknowledged. The response has no body.