API to create and delete devices in Iot hub?

Copper Contributor

Is it possible to create/delete Iot devices by invoking an API from third party application. If so could you please share me the steps.
Also is there any other alternative methods we could create/delete devices without manual intervention?

1 Reply
I am not aware of third party apps. But there is a Nuget package https://www.nuget.org/packages/Microsoft.Azure.Devices/ for that functionality. Look at the https://sandervandevelde.wordpress.com/2016/07/26/bulk-import-of-iothub-devices/ for more details.