Last updated 1 month ago
Was this helpful?
Delete a product.
No Content
const response = await fetch('/v1/catalog/products/{id}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "status": 1, "detail": "text", "instance": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }