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