For the complete documentation index, see llms.txt. This page is also available as Markdown.

Logout Session

Ends the session identified by {sid} for the user with the identifier {uid}.

post
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
formatstring · enumOptionalExample: TEXTPossible values:
messagestringOptionalExample: Success
post/v1/users/{uid}/sessions/{sid}/logout

Last updated

Was this helpful?