Parameters
JSON body
Request body
application/jsonexternalIdstringRequiredLength: 24–24
JSON body
externalIdstringRequired1 status code documented
successbooleanRequiredtruedeletedDatestringRequiredalreadyDeletedbooleanRequired{
"success": true,
"deletedDate": "example_deletedDate",
"alreadyDeleted": false
}POST /bff/expense/delete
curl -X POST "https://api.bizkithub.com/bff/expense/delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"externalId": "example_externalId"
}'All BizKitHub public API endpoints require authentication via API key.