Loading...
Invoke the RD Session Host to send the LogOff command to the session with specified ID.
The ID of a RD Session Host server.
Session ID of the Session to be Logged Off.
No Content
const response = await fetch('/api/RDS/Host/{rdsId}/sessions/{id}/logoff', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }