| Variable | Type | Description |
|---|---|---|
| list_id | string|int | The ID of the list to which the product group belongs |
| product_group_id | string | The ID of the product group which is to be deleted |
| Parameter | Description |
|---|---|
| boolean | True if deleting succeeded, False otherwise |
true | Code | Message | Description |
|---|---|---|
| 407 | Missing required param list_id | list_id param is required |
| 407 | Missing required param product_group_id | product_group_id param is required |
| 1823 | No such feed with ID: %s. | Invalid access to feed |
{ "err": true, "message": "Missing required param list_id", "code": 407 }
{ "err": true, "message": "Missing required param product_group_id", "code": 407 }
{ "err": true, "message": "No such product group with ID: %s", "code": 1823 }