Disconnect Session
POST/api/sessions/:sessionId/disconnect
Forcefully disconnect a specific session.
Request
Responses
- 204
- 401
- 403
- 404
Session disconnected successfully.
The request requires user authentication.
The server understood the request, but refuses to authorize it.
The specified resource was not found.