Account
Logout other browser sessions
POST
Logout other browser sessions
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://dev.flextell.ai/api/v1/account/browser-sessions/logout \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"current_password": "<string>"
}
'{
"success": "<string>",
"data": {
"message": "<string>"
}
}curl --request POST \
--url https://dev.flextell.ai/api/v1/account/browser-sessions/logout \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"current_password": "<string>"
}
'{
"success": "<string>",
"data": {
"message": "<string>"
}
}