Hey guys, Trying to use this API call: https://developer.cisco.com/meraki/api-v1/#!unbind-network Need some guidance on how to include the optional retainConfigs: true boolean. I've tried a variety of different formats, all of which are leading to different errors. I'm sure there's a correct way to enter this, I just have no idea what it is. Here is what I'm currently working with: dashboard.networks.unbindNetwork( network_id, { "retainConfigs": True } ) If someone who's used optional params before could offer some guidance on the correct syntax for this API call, it would be much appreciated. Thank you.
... View more