Parameters
JSON body
Request body
application/jsonorderHashstringRequiredUnique order hash identifier.
itemIdstringRequiredExternal item ID to remove.
Permanently deletes an item from the order and recalculates the order price.
JSON body
orderHashstringRequiredUnique order hash identifier.
itemIdstringRequiredExternal item ID to remove.
1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/order/remove-item
curl -X POST "https://api.bizkithub.com/bff/order/remove-item" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"orderHash": "example_orderHash",
"itemId": "example_itemId"
}'All BizKitHub public API endpoints require authentication via API key.