mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
9 lines
129 B
Markdown
9 lines
129 B
Markdown
|
|
mutation {
|
||
|
|
usersDeleteSession(
|
||
|
|
userId: "[USER_ID]",
|
||
|
|
sessionId: "[SESSION_ID]"
|
||
|
|
) {
|
||
|
|
status
|
||
|
|
}
|
||
|
|
}
|