iot-nodejs icon indicating copy to clipboard operation
iot-nodejs copied to clipboard

Device bulk configuration remove

Open mecking opened this issue 6 years ago • 2 comments

Hi all, Does this library support the API call for device bulk configuration "Delete multiple devices"? I did not find anything in the code or documentation.

If it does not, does it make sense a Pull Request for that?

#image

mecking avatar May 27 '19 16:05 mecking

appClient.registry.deleteMultipleDevices(arryOfDevicesToBeDeleted) should do the job in the current version 👍

See: https://github.com/ibm-watson-iot/iot-nodejs/blob/master/src/wiotp/sdk/api/RegistryClient.js#L122

durera avatar May 30 '19 11:05 durera

Hi Everyone,

Actually I am trying Rest API call for Bulk Registration. But I am getting 403 Forbidden Error.

image

When I am doing POST method API for bulk registration. I am passing Username as API Key and Password as Auth Token. I am getting below error.

image

Anyone can help me on this ASAP.

prabhu66 avatar Jun 12 '20 15:06 prabhu66