DocsAPI ReferenceBranch/bff/branch/delete
postBranchAdmin BFF

/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

1 total
Body · 1
slugstringRequired

Branch slug to deactivate.

Request

POST /bff/branch/delete

post
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.

Get API Key