Describe how you confirmed the issue is with the library, and not with the API itself, or a server-side issue of some other kind.
The operation input works via Postman, but not via the library.
Python version installed
3.14
Meraki library version installed
3.0.1
Have you reproduced the issue with the latest version of this library? And with the latest version of Python?
Yes
OS Platform
Windows 11
Describe the bug
The deleteNetworkGroupPolicy operation doesn't accept the delete query parameter, and returns an error:
TypeError: AsyncRestSession.delete() takes 3 positional arguments but 4 were given
The generator does not seem to take into account that some delete operations have query params.
How can we replicate the problem you're reporting?
To reproduce:
- Create a group policy on a network.
- Delete the group policy using the force flag.
Expected behavior
Policy deleted (204)
Describe how you confirmed the issue is with the library, and not with the API itself, or a server-side issue of some other kind.
The operation input works via Postman, but not via the library.
Python version installed
3.14
Meraki library version installed
3.0.1
Have you reproduced the issue with the latest version of this library? And with the latest version of Python?
Yes
OS Platform
Windows 11
Describe the bug
The deleteNetworkGroupPolicy operation doesn't accept the delete query parameter, and returns an error:
TypeError: AsyncRestSession.delete() takes 3 positional arguments but 4 were givenThe generator does not seem to take into account that some delete operations have query params.
How can we replicate the problem you're reporting?
To reproduce:
Expected behavior
Policy deleted (204)