DocsAPI ReferenceBranch/bff/branch/closure-delete
postBranchAdmin BFF

/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

1 total
Body · 1
closureIdstringRequired

External id of the closure to delete (soft-delete).

Request

POST /bff/branch/closure-delete

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

Get API Key