I am trying to delete a VM using API DELETE /nodes/{node-name}/qemu/{vm-id} with AUTHORIZATION Token in the header but i am receiving all the time null as response instead of task UPID and the VM is not deleted. Did i miss something?
Hi, this sounds like the user/token you are using doesn't have the permission to delete the VM. You can check the HTTP response headers for more information. If you use curl, you can use the -i option: