Delete product
DELETE
https://rcur.app/api/v2/products/{id}
Path Parameters
Name
Type
Description
{id}*
String
The ID of the product
{
"status": 404,
"error": "Product not found"
}
Last updated
Was this helpful?
DELETE
https://rcur.app/api/v2/products/{id}
{id}*
String
The ID of the product
{
"status": 404,
"error": "Product not found"
}
Last updated
Was this helpful?