General Information
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
id | Query | YES | String | N/A | The product id |
...
Code Block | ||||
---|---|---|---|---|
| ||||
> CURL -X POST http://127.0.0.1:4004/product/purge?id=%product_id% |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": true, } |
...