Skip to content

deleteNetworkGroupPolicy does not accept delete query param #335

Description

@TKIPisalegacycipher

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:

  1. Create a group policy on a network.
  2. Delete the group policy using the force flag.

Expected behavior
Policy deleted (204)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions