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

/bff/branch-cost/delete

Soft-delete a branch cost

Branch CostpostBffBranch-costDelete

Parameters

1 body

1 total
Body · 1
costIdstringRequired

Request

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

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key