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