User - Disconnect Session
Disconnect a user session.
Disconnects a user session from a TenantGroup, Tenant, HostPool, SessionHost and SessionId associated with the specified Rds context.
POST https://rdbroker.wvd.microsoft.com/RdsManagement/V1/Tenants/{tenantName}/HostPools/{hostPoolName}/SessionHosts/{sessionHostName}/Sessions/{sessionId}/actions/disconnect-user
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
host
|
path | True |
string |
The desired HostPool. |
session
|
path | True |
string |
The desired SessionHost name. |
session
|
path | True |
integer (int32) |
The desired session id. |
tenant
|
path | True |
string |
The desired Tenant name. |
Responses
Name | Type | Description |
---|---|---|
404 Not Found |
TenantNotFound,HostPoolNotFound,SessionHostNotFound |