The name of the registry. For example, projects/example-project/locations/us-central1/registries/my-registry.
Authorization requires the following Google IAM permission on the specified resource parent:
cloudiot.devices.unbindGateway
Request body
The request body contains data with the following structure:
JSON representation
{"gatewayId": string,"deviceId": string}
Fields
gatewayId
string
The value of gatewayId can be either the device numeric ID or the user-defined device identifier.
deviceId
string
The device to disassociate from the specified gateway. The value of deviceId can be either the device numeric ID or the user-defined device identifier.