Last updated 24 days ago
The identifier of the user whose sessions are to be terminated.
OK
"TEXT"
"Success"
const response = await fetch('yourpodURL.symphony.com/pod/v1/users/{uid}/sessions/logout', { method: 'POST', headers: { "sessionToken": "text" }, }); const data = await response.json();
{ "format": "TEXT", "message": "Success" }