Logoff
Invoke the RD Session Host to send the LogOff command to the session with specified ID.
Path parameters
rdsIdinteger · int32Required
The ID of a RD Session Host server.
idinteger · int32Required
Session ID of the Session to be Logged Off.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
post
POST /api/RDS/Host/{rdsId}/sessions/{id}/logoff HTTP/1.1
Host:
Accept: */*
No content
Was this helpful?