/bff/branch/delete
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.
BranchpostBffBranchDelete
Parameters
1 body
Body · 1
slugstringRequiredBranch slug to deactivate.
Request
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"
}'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.