BizKitHub
DocsAPI ReferenceComplaint/bff/complaint/remove-item
postComplaintAdmin BFF

/bff/complaint/remove-item

Removes an item from the complaint.

ComplaintpostBffComplaintRemove-item

Parameters

JSON body

Request body

application/json
complaintIdstringRequired

Complaint external ID.

Examplea1b2c3d4
itemIdnumberRequired

Complaint item ID to remove.

Example12

Response schema

1 status code documented

200Success
successbooleanRequired

Indicates whether the operation completed successfully.

Default: true

Response example

application/json
{
  "success": true
}

Request example

POST /bff/complaint/remove-item

post
curl -X POST "https://api.bizkithub.com/bff/complaint/remove-item" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "complaintId": "a1b2c3d4",
  "itemId": 12
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key