remove vmnic from esxi host

Hello

I am testing vswitch module can create add nics but I want to remove nic from vswithc is it possible

  • name: Add a VMware vSwitch with multiple NICs community.vmware.vmware_vswitch:
    hostname: ‘{{ esxi_hostname }}’
    username: ‘{{ esxi_username }}’
    password: ‘{{ esxi_password }}’
    switch: vmware_vswitch_0004
    nics:
  • vmnic1
  • vmnic2
    mtu: 9000
    state: present
    delegate_to: localhost

state absent removing vswitch unfortunatly :frowning:

greetings
Jon