End an active session. This will log the user out and require them to login again to access the application.
Request Code Samples
curl --location --request GET 'https://keyauth.win/api/seller/?sellerkey=&type=kill&sessid='
Responses
application/json {
"success": true,
"message": "Successfully killed session"
}
Modified at 2025-05-09 15:20:50