/product/:id

Delete a product to the database. This request does not count toward your API limit. You can only delete your own products from the database. If the item does not belong to you, it will only be marked for deletion.

This method is currently under development. It will launch in November, 2017.


Definition

https://api.upcdatabase.org/product/{id}/{api_key}

Response

no data is returned
{
    "message": "Access to API forbidden. Invalid API key used.",
    "status": 403,
    "error": true
}
{
    "message": "Product not found.",
    "status": 404,
    "error": true
}