Delete billing tab
Delete a specific billing tab by its ID
Path Parameters
- Type: integercustomer
_no min:1requiredCustomer number.
- Must be numeric (digits only)
- Type: stringFormat: uuidbilling
_tab _id requiredBilling tab identifier (UUID).
Responses
- 204
No Content. The billing tab was deleted successfully.
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for delete/customer/{customer_no}/billing-tab/{billing_tab_id}
curl https://sandbox.billogram.com/api/v2/customer/1/billing-tab/550e8400-e29b-41d4-a716-446655440000 \
--request DELETE \
--header 'Authorization: Basic username:password'
No Body