跳至主要内容

Delete a single custom info entry for device

DELETE 

/api/v1/devices/{deviceId}/custom-info/{key}

Remove a specific custom info entry identified by its key for the specified device. If the key does not exist, a 404 Not Found will be returned.

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

Parameters

  • deviceId (string, required): the ID of the device.
  • key (string, required): the key of the custom info entry.

Responses

  • 204 No Content: key deleted successfully.
  • 404 Not Found: key not found.

Security This API requires authentication.

Request

Responses

NoContent