Delete a product
Method : DELETE
https://admin.vucustom.com/api/:api_version/products?id=&sku=URL Parameters
Field Name
Description
id
Deletes only a product specified by the system generated id
sku
deletes only a product specified by sku
200 Successful response example
{}401 Unauthorized
The client doesn’t have correct authentication credentials.
{
"errors": "[API] Invalid API key or secret (unrecognized login or wrong password)"
}422 Unprocessable Entity
5xx Errors
An internal error occurred in VU Admin.
Last updated