Hi,
I am trying to detach and delete disk from my vm. I found this service in the docs
DiskAttachmentService
 http://ovirt.github.io/ovirt-engine-sdk/master/services.m.html#ovirtsdk4.services.DiskAttachmentService
I am not able to fetch this service. Below if the snippet of code I am trying. 
https://pastebin.com/UUu0Pfc8

Error-->   File "./pre_setup/delete_vm_disk.py", line 19, in remove_attached_vm_disk
    attachment.remove(detach_only=False)
AttributeError: 'DiskAttachment' object has no attribute 'remove'





--

Thanks,

Kaustav Majumder