Delete a product
Permanently deletes a product. It cannot be undone.
DELETE/v3/products/{id}
JWT
product:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the product. |
Responses
204
401
403
404
409
429
500
Permanently deletes a product. It cannot be undone.
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the product. |