Parameters
JSON body
Request body
application/jsonclosureIdstringRequiredExternal id of the closure to delete (soft-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.
JSON body
closureIdstringRequiredExternal id of the closure to delete (soft-delete).
1 status code documented
successbooleanRequired{
"success": false
}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"
}'All BizKitHub public API endpoints require authentication via API key.