Remove specific VM from export domain via python SDK API RHV v4.1
Hello,
I would like to remove specific VM stored on export domain via API but I couldn't find answer here:
https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.1/pdf/python_sdk_guide/Red_Hat_Virtualization-4.1-Python_SDK_Guide-en-US.pdf
I found this API endpoint:
http://ovirt.github.io/ovirt-engine-api-model/4.1/#services/storage_domain_vm/methods/remove
but how can it be used within python SDK?
Any help?