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#
#
HeaderField | Type | Description |
---|---|---|
x-token | String | token Users unique token |
#
Request Header Example#
Request BodyField | Type | Description |
---|---|---|
ids optional | String[] | String of product ids |
#
Request Body Example#
Success 200Field | Type | Description |
---|---|---|
success | Boolean | Request was successful |