/bff/branch/closure-delete
Sets deleted_date on the closure row. All read paths filter deleted_date IS NULL so the operator sees the row vanish. The row remains in the DB so the audit feed can still reference it.
BranchpostBffBranchClosure-delete
Parameters
1 body
Body · 1
closureIdstringRequiredExternal id of the closure to delete (soft-delete).
Request
POST /bff/branch/closure-delete
curl -X POST "https://api.bizkithub.com/bff/branch/closure-delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"closureId": "example_closureId"
}'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.