For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete a product

Method : DELETE

https://os.vucustom.com/api/v1/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
https://os.vucustom.com/api/v1/products?id=&sku=

200 Successful response example

{}

Last updated