刪除指定設備,一次最多刪除20個。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數

名稱 類型 是否必選 示例值 描述
Action String DeleteDevices

系統規定參數。取值:DeleteDevices

DeviceIdList String 128290****,918888****

設備ID列表,多個之間用逗號分隔。

如果刪除NVR或者ABOX,其下屬通道也將同步刪除,如果刪除通道失敗,則該設備刪除失敗。

最多支持20個設備。

返回數據

名稱 類型 示例值 描述
RequestId String 46329898-489C-4E63-9BA1-C1DA5C5D0986

請求ID

Code String 200

返回結果編碼

Message String Success

返回結果消息

Data Array of DeviceInfo

返回數據

DeviceId String a128290019999188288****

刪除的設備編碼

Code String 200

刪除的狀態碼,取值范圍:

  • 200
  • DeviceNotFound
  • InstanceAlreadyBind
  • DeviceDeleteError
  • SystemError
Description String SUCCESS

狀態的描述,取值范圍(和Code一一對應):

  • SUCCESS
  • The relevant device information could not be found
  • Device is already bound to an instance and cannot be deleted
  • Failed to delete device
  • Equipment is in operation, please hold on

示例

請求示例

http(s)://[Endpoint]/?Action=DeleteDevices
&DeviceIdList=128290****,918888****
&公共請求參數

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteDevicesResponse>
    <RequestId>46329898-489C-4E63-9BA1-C1DA5C5D0986</RequestId>
    <Code>200</Code>
    <Message>Success</Message>
    <Data>
        <DeviceId>a128290019999188288****</DeviceId>
        <Code>200</Code>
        <Description>SUCCESS</Description>
    </Data>
</DeleteDevicesResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "46329898-489C-4E63-9BA1-C1DA5C5D0986",
  "Code" : "200",
  "Message" : "Success",
  "Data" : [ {
    "DeviceId" : "a128290019999188288****",
    "Code" : "200",
    "Description" : "SUCCESS"
  } ]
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。