Log out user
Ends the current authenticated user session.
POST
/v1/users/logoutEnds the current authenticated user session.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Header Parameters
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/v1/users/logout" \ -H "Authorization: Bearer <token>""example"