Parameters
JSON body
Request body
application/jsoncostIdstringRequiredJSON body
costIdstringRequired1 status code documented
successbooleanRequired{
"success": false
}POST /bff/branch-cost/delete
curl -X POST "https://api.bizkithub.com/bff/branch-cost/delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"costId": "example_costId"
}'All BizKitHub public API endpoints require authentication via API key.