ibm-watson-iot/iot-nodejs

Device bulk configuration remove

Opened this issue · 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

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

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.