Parameters
JSON body
Request body
application/jsonslugstringRequiredBranch slug to deactivate.
Sets the branch to inactive. The branch and all its related data (address, opening hours, images) are kept; only the active flag is flipped to false.
JSON body
slugstringRequiredBranch slug to deactivate.
1 status code documented
successbooleanRequired{
"success": false
}POST /bff/branch/delete
curl -X POST "https://api.bizkithub.com/bff/branch/delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"slug": "example_slug"
}'All BizKitHub public API endpoints require authentication via API key.