put
https://api.plugg.to/skus/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
}
]
}