Was this helpful?
Invoke the RD Session Host to send the kill command to a process with the specified ID.
The ID of a RD Session Host server.
RD Session Host Process ID of the RD Session Host Process to be killed.
No Content
const response = await fetch('/api/RDS/Host/{rdsId}/sessions/processes/{id}/kill', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "status": 1, "detail": "text", "instance": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }