1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

Merge pull request #5707 from appwrite/docs-delete-session

Update delete session description to be actually correct
This commit is contained in:
Eldad A. Fux 2023-07-26 02:10:00 +03:00 committed by GitHub
commit 887abad190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1 @@
Use this endpoint to log out the currently logged in user from all their account sessions across all of their different devices. When using the Session ID argument, only the unique session ID provided is deleted.
Logout the user. Use 'current' as the session ID to logout on this device, use a session ID to logout on another device. If you're looking to logout the user on all devices, use [Delete Sessions](/docs/client/account#accountDeleteSessions) instead.