Parameters
JSON body
Request body
application/jsonidstringRequiredFranchise-fee period ID.
Example
1Organisation branches (pobočky) management. Each organisation can create any number of branches. A branch contains name, description, internal code, address, GPS coordinates, manager, opening hours (regular + exceptions), email/phone contacts and a photo gallery with a dedicated main photo.
JSON body
idstringRequiredFranchise-fee period ID.
11 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/branch/franchise-fee-delete
curl -X POST "https://api.bizkithub.com/bff/branch/franchise-fee-delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "1"
}'All BizKitHub public API endpoints require authentication via API key.