You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am successfully provisioning a device using X.509 certificates and can de-register the device using iothub_registrymanager_sample with the connection string. However, my goal is to delete a provisioned device from the IoT Hub using only the hostname and deviceID, or via certificate-based authentication, without relying on the connection string.
SDK Version:
Azure IoT SDK for C version: LTS 03_2024
Environment:
Ubuntu 20.04
Possible Solutions:
Is there a way to delete a provisioned device using only the hostname and deviceID or X.509 certificates, without relying on the SAS token or Shared Access Key in the current SDK?
The text was updated successfully, but these errors were encountered:
I am successfully provisioning a device using X.509 certificates and can de-register the device using
iothub_registrymanager_sample
with the connection string. However, my goal is to delete a provisioned device from the IoT Hub using only the hostname and deviceID, or via certificate-based authentication, without relying on the connection string.SDK Version:
Azure IoT SDK for C version: LTS 03_2024
Environment:
Ubuntu 20.04
Possible Solutions:
Is there a way to delete a provisioned device using only the hostname and deviceID or X.509 certificates, without relying on the SAS token or Shared Access Key in the current SDK?
The text was updated successfully, but these errors were encountered: