Hello! I've been recently trying to delete some VLANs from a network. Im using the Python library, specifically the following function: dashboard.appliance.deleteNetworkApplianceVlan. Im getting a 204 code, which I take it means: "I managed to delete your stuff, go on with your day". However, when I go to the actual Meraki dashboard, the VLAN remains listed. The same happens with the API, if I fetch the available VLANs, the supposedly deleted VLAN still appears on the list. I tried re-running the delete endpoint from the API docs (https://developer.cisco.com/meraki/api-v1/delete-network-appliance-vlan/), but I get a "Unable to fetch" response. Im so confused. Am I missing something? This would be easier if the API just said: Hey, something failed, here it is, but I just get a confirmation message.
... View more