AuthSession
Logout
Logout the current user
Authorization
Bearer AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Request Body
application/json
refresh_token?string|null
sliding_token?string|null
Response Body
application/json
curl -X POST "https://api.misaka.io/v3/session/logout" \ -H "Content-Type: application/json" \ -d '{}'{
"detail": "string"
}How is this guide?
Last updated on