POST
/
product
/
bulk
/
deletesplit
Delete Splits from Bulk Products
curl --request POST \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/product/bulk/deletesplit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "productIds": [
    "<string>"
  ],
  "userId": "<string>"
}'
{
  "message": "Splits deleted successfully",
  "updatedCount": 8
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

Success

The response is of type object.