Web Pub Sub - Close Connection
關閉用戶端連線。
DELETE {endpoint}/api/hubs/{hub}/connections/{connectionId}?api-version=2024-01-01
DELETE {endpoint}/api/hubs/{hub}/connections/{connectionId}?reason={reason}&api-version=2024-01-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
connection
|
path | True |
string |
目標線上標識碼。 |
endpoint
|
path | True |
string url |
Web PubSub 服務實例的 HTTP 或 HTTPS 端點。 |
hub
|
path | True |
string |
目標中樞名稱,其開頭應為字母字元,且只包含英數位元或底線。 Regex 模式: |
api-version
|
query | True |
string |
REST API 的版本。 |
reason
|
query |
string |
關閉客戶端連線的原因。 |
回應
名稱 | 類型 | Description |
---|---|---|
204 No Content |
無內容 |
|
Other Status Codes |
錯誤回應 標題 x-ms-error-code: string |
範例
WebPubSub_CloseConnection
範例要求
DELETE {endpoint}/api/hubs/hub1/connections/connection1?reason=Close reason&api-version=2024-01-01
範例回覆
定義
名稱 | Description |
---|---|
Error |
error 物件。 |
Inner |
ErrorDetail
error 物件。
名稱 | 類型 | Description |
---|---|---|
code |
string |
其中一組伺服器定義的錯誤碼。 |
details |
導致此錯誤之特定錯誤的詳細數據陣列。 |
|
inner | ||
message |
string |
錯誤的人類可讀取表示法。 |
target |
string |
錯誤的目標。 |
InnerError
名稱 | 類型 | Description |
---|---|---|
code |
string |
比包含的錯誤所提供更明確的錯誤碼。 |
inner |