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

Example Request
curl --location --request DELETE 'https://admin.vucustom.com/api/:api_version/products?id=&sku='

200 Successful response example

{}

Last updated