Cloud To Device Messages - Complete Feedback Notification
Completes the cloud-to-device feedback message. A completed message is deleted from the feedback queue of the service. See https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging for more information.
DELETE https://fully-qualified-iothubname.azure-devices.net/messages/serviceBound/feedback/{lockToken}?api-version=2021-04-12
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
lock
|
path | True |
string |
The lock token obtained when the cloud-to-device message is received. This is used to resolve race conditions when completing a feedback message. |
api-version
|
query | True |
string |
Version of the Api. |
Responses
Name | Type | Description |
---|---|---|
204 No Content |
No Content. |