injected service use to handle the catalog related operations
injected logger used to handle the logging
request context [headers, body, params, query].
body.ids
is required204 Status No Content
This handler is used to delete many products by applying the following steps in sequence:
Get the ids from body
Delete the products (productService.deleteManyProducts)
Return the status
Error
500 NBError Internal Server Error
Generated using TypeDoc
Delete many products handler