Delete Products
You already able to insert and update the items, but you haven't be able to delete any items. So, here is the endpoint to delete your items.
DELETE#
Header#
| Field | Type | Description |
|---|---|---|
| x-token | String | token Users unique token |
Request Header Example#
Request Body#
| Field | Type | Description |
|---|---|---|
ids optional | String[] | String of product ids |
Request Body Example#
Success 200#
| Field | Type | Description |
|---|---|---|
| success | Boolean | Request was successful |