Device bulk configuration remove
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?
#
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.

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.

Anyone can help me on this ASAP.