Social media
Other Resources
© 2024 Parallels International GmbH. All rights reserved.
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", "status": 0, "detail": "text", "instance": "text" }