Parameters
JSON body
Request body
application/jsonidnumberRequiredHard delete + audit log. Attachments are NOT cascaded; they become orphans in core__blob and are cleaned up by the periodic orphan-blob sweep. Prefer status="cancelled" instead.
JSON body
idnumberRequired1 status code documented
This response returns no JSON body.
{
"success": true
}POST /bff/purchase-document/delete
curl -X POST "https://api.bizkithub.com/bff/purchase-document/delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": 0
}'All BizKitHub public API endpoints require authentication via API key.