device_route_range_delete
Remove multiple device routes at once by specifying a hex address range. Apply to a network and application to clean up routes in bulk, up to 1024 entries.
Instructions
Bulk delete device routes by hex address range (max 1024).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endAddr | Yes | End hex address, same length as startAddr. | |
| networkId | Yes | The network ID of the devices. | |
| startAddr | Yes | Start hex address. | |
| applicationId | Yes | The application ID of the routes to delete. |