BizKitHub
DocsAPI ReferenceBranch Cost/bff/branch-cost/delete
postBranch CostAdmin BFF

/bff/branch-cost/delete

Soft-delete a branch cost

Branch CostpostBffBranch-costDelete

Parameters

JSON body

Request body

application/json
costIdstringRequired

Response schema

1 status code documented

200Success
successbooleanRequired

Response example

application/json
{
  "success": false
}

Request example

POST /bff/branch-cost/delete

post
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"
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key