跳至主要内容

Delete all custom info of a device

DELETE 

/platform/solutions/api/v1/devices/{deviceId}/custom-info

Remove all custom info entries associated with the specified device.
After deletion, the device will have no custom info data.

Usage
DELETE /devices/{deviceId}/custom-info

Parameters

  • deviceId (string, required): the ID of the device.

Responses

  • 204 No Content: all custom info deleted.
  • 404 Not Found: device not found.

Security
This API requires authentication.

Request

Responses

NoContent