delete https://apiv4.ordering.co////bulks/products
API endpoint use to massively Delete products and to avoid overcall the API
How to send products
In order for the product to be correctly created they must be sent as follows:
{"products":"[9891,9892,9893]"}
Bulk Create Products Restrictions
- The maximum number of products that update be deleted is 500
- User level 0 (Type: Administrator) can delete products for any business
- User level 2 (Type: Business owner) can delete only products to businesses that belong to him.
If a product is wrong in the request, the API will not Delete any.