Log out (revoke the current access token)
POST
/auth/v1/logoutRevokes the current access token so it can no longer be used.
Header Parameters
Response Body
204
No Content
curl -X POST "https://api.rixl.com/auth/v1/logout"No Content
/auth/v1/logoutRevokes the current access token so it can no longer be used.
Access token as: Bearer
No Content
curl -X POST "https://api.rixl.com/auth/v1/logout"No Content