Logout
POST/auth/logout
The logout endpoint invalidates the current session to ensure it can no longer be used for accessing protected resources within the Immersve API. All access tokens connected with the session will become unusable.
Responses
- 200
Successful logout
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Loading...