The
/product/bulk/deletesplit
endpoint allows deletion of splits from multiple products simultaneously.
Method:POST
Request Payload:
Parameter | Type | Description |
---|---|---|
productIds | array | An array of product IDs. |
userId | string | User ID whose splits should be deleted. |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
productIds | array | ✅ | |
userId | string | ✅ |
Responses
✅ 200 - Success
⚠️ 401 - Unauthorized
❌ 500 - Internal Server Error
Tags
Product
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"