Skip to main content
POST
Delete Bulk Products
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/product/bulk/delete Description: The /product/bulk/delete endpoint allows deletion of multiple products simultaneously. Authorization:
  • Required role: admin or higher
Method: POST Request Payload:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
ids
string[]
required

An array of product IDs to delete

Response

Success

message
string
deletedCount
integer