Cloud To Device Messages - Purge Cloud To Device Message Queue
刪除 IoT 中樞 中裝置的所有擱置命令。
DELETE https://fully-qualified-iothubname.azure-devices.net/devices/{id}/commands?api-version=2021-04-12
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
id
|
path | True |
string |
裝置的唯一識別碼。 |
api-version
|
query | True |
string |
Api 的版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
正常。 |
定義
PurgeMessageQueueResult
裝置消息佇列清除作業的結果。
名稱 | 類型 | Description |
---|---|---|
deviceId |
string |
裝置的唯一識別碼。 |
moduleId |
string |
模組的唯一識別碼。 |
totalMessagesPurged |
integer |
已清除的訊息總數。 |