Parameters
JSON body
Request body
application/jsonexternalIdstringRequiredLength: 24–24
attachmentIdnumberRequiredJSON body
externalIdstringRequiredattachmentIdnumberRequired1 status code documented
successbooleanRequiredtrueremovedbooleanRequired{
"success": true,
"removed": false
}POST /bff/expense/attachment-remove
curl -X POST "https://api.bizkithub.com/bff/expense/attachment-remove" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"externalId": "example_externalId",
"attachmentId": 0
}'All BizKitHub public API endpoints require authentication via API key.