Deleting image

Information

There is the possibility to delete images of the products informing the field "remove" and the value "true" and the specification of the image, either by the image ID or URL.

Deleting image by URL

{"photos":[
    {
        "url": "https://s3-sa-east-1.amazonaws.com/pluggto/129/129_9f71425f-57d8-4bb1-8571-365b300bb5cc.png",
        "remove":true
    }
 ]
}

Deleting image by ID

{"photos":[
    {
        "id" : "60830a26dd30dd2f72d69da4",
      	"remove":true
    }
 ]
}
Language
Click Try It! to start a request and see the response here!