Logout Session
Path parameters
uidstringRequired
The identifier of the user who owns the session to be terminated.
sidstringRequired
The identifier of the session to be terminated.
Header parameters
sessionTokenstringRequired
Session authentication token.
Responses
200
OK
application/json
400
Client error.
application/json
401
Unauthorized: Session tokens invalid.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
POST /pod/v1/users/{uid}/sessions/{sid}/logout HTTP/1.1
Host: yourpodURL.symphony.com
sessionToken: text
Accept: */*
{
"format": "TEXT",
"message": "Success"
}
Last updated
Was this helpful?