Auth
Log out the current web session
POST
/auth/logoutAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/problem+json
application/problem+json
curl -X POST "https://example.com/auth/logout"{ "$schema": "https://example.com/api/v1/schemas/LogoutOutputBody.json", "message": "string"}