Cloud To Device Messages - Abandon Feedback Notification
Abandons the lock on a cloud-to-device feedback message. See https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging for more information.
POST https://fully-qualified-iothubname.azure-devices.net/messages/serviceBound/feedback/{lockToken}/abandon?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. |
api-version
|
query | True |
string |
Version of the Api. |
Responses
Name | Type | Description |
---|---|---|
204 No Content |
No Content. |