[SOLVED] API delete issue when trying to delete subnet of a vnet from a vxlan zone

Leyster

New Member
Dec 2, 2024
1
0
1
Hello guys,

I currently working on a tool where i need to delete a subnet of a vnet form a vxlan zone.
But everytime i try to delete it via postman or my application i get this error.

{
"data": null,
"message": "delete sdn subnet object failed: zone '' doesn't exist in IPAM DB\n"
}

i also tested it with a simple zone and had no issues with that so can anyone of you help me with that issue

also here is the doc for deleting: https://pve.proxmox.com/pve-docs/api-viewer/#/cluster/sdn/vnets/{vnet}/subnets/{subnet}

the configuration and the postman request are in the attachments

thanks in advance.


1741595461401.png1741595473669.png
1741595219029.png