Devices - Delete Identity
從 IoT 中樞 的身分識別登錄中刪除裝置的身分識別。
DELETE https://fully-qualified-iothubname.azure-devices.net/devices/{id}?api-version=2021-04-12
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
id
|
path | True |
string |
裝置的唯一識別碼。 |
api-version
|
query | True |
string |
Api 的版本。 |
要求標頭
名稱 | 必要 | 類型 | Description |
---|---|---|---|
If-Match |
string |
根據RFC7232,代表裝置身分識別的弱式 ETag 字串。 只有在此 ETag 符合伺服器所維護的值時,才會執行刪除作業,指出自從上次擷取裝置身分識別之後尚未修改。 若要強制無條件刪除,請將 If-Match 設定為通配符 (*) 。 |
回應
名稱 | 類型 | Description |
---|---|---|
204 No Content |
沒有內容。 |