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.



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.


