Device Group - Delete
刪除具有指定標識碼的 DeviceGroup。
DELETE https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devicegroups/{deviceGroupId}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
device
|
path | True |
string uuid |
要刪除之 DeviceGroup 物件的唯一標識碼。 |
tenant
|
path | True |
string uuid |
裝置群組所屬的 Azure Sphere 租使用者識別碼。 |
回應
名稱 | 類型 | Description |
---|---|---|
202 Accepted |
物件,包含作業的詳細數據。 |
定義
名稱 | Description |
---|---|
Error |
|
Operation |
ErrorResponse
名稱 | 類型 | Description |
---|---|---|
Code |
enum:
|
取得程序代碼。 |
Message |
string |
取得人類可讀取的錯誤訊息。 |
Operation
名稱 | 類型 | Description |
---|---|---|
CompletedDateUTC |
string |
取得作業完成的 UTC 日期。 |
CreatedDateUTC |
string |
取得 UTC 的作業建立日期。 |
DetailsLocation |
string |
取得取得作業詳細數據的位置。 |
Error | ||
OperationId |
string |
取得唯一作業標識碼。 |
OperationType |
enum:
|
取得作業類型識別碼。 |
ResourceLocation |
string |
取得作業執行期間建立的資源位置。 |
StartedDateUTC |
string |
取得作業開始處理的 UTC 日期。 |
State |
enum:
|
取得作業的狀態。 |
TenantId |
string |
取得租用戶標識碼。 |