Delete billing tab item
Delete a specific billing tab item by ID.:contentReference[oaicite:13]{index=13}
Path Parameters
- Type: integercustomer
_no min:1requiredCustomer number.
- Must be numeric (digits only)
- Type: stringFormat: uuidbilling
_tab _item _id requiredBilling tab item identifier (UUID).
Responses
- 204
No Content. The billing tab item was deleted successfully.
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for delete/customer/{customer_no}/billing-tab/item/{billing_tab_item_id}
curl https://sandbox.billogram.com/api/v2/customer/1/billing-tab/item/ab5f6c9a-3b86-43d5-8fb6-69a9eec2fb39 \
--request DELETE \
--header 'Authorization: Basic username:password'
No Body