DocsAPI ReferenceExpense/bff/expense/attachment-remove
postExpenseAdmin BFF

/bff/expense/attachment-remove

Remove an expense attachment

ExpensepostBffExpenseAttachment-remove

Parameters

2 body

2 total
Body · 2
externalIdstringRequired
Length: 2424
attachmentIdnumberRequired

Request

POST /bff/expense/attachment-remove

post
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
}'

Response

JSON payload

{
  "success": true,
  "removed": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key