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