Loading...
Delete terms for a product.
No Content
const response = await fetch('/v1/products/{productId}/terms/{id}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "status": 0, "detail": "text", "instance": "text" }