Product images not updating through admin api

Hi community,

I am updating images through shopify admin api, i am deleting the images and then re-uploading them through products api sending a put request to the product, but my images position is not updating, can you explain the reason for this ?

Deleting images request

[email removed]> {> “product”:{“images”: [> > ]> }> }> > updating images request> > [email removed]> > > {> “product”:{“images”: [> {> “src”: “http://media.itsglu.com/194493650344-1.jpg”,> “position”: 1> },> {> “src”: “http://media.itsglu.com/194493650344-2.jpg”,> “position”: 2> },> {> “src”: “http://media.itsglu.com/194493650344-3.jpg”,> “position”: 3> },> {> “src”: “http://media.itsglu.com/194493650344-4.jpg”,> “position”: 4> }> ]> }> }

please help anyone..

thanks