Delete customer settings
Delete customer-specific billing settings (so creditor defaults are used).
Path Parameters
- Type: integercustomer
_no min:1requiredCustomer number.
- Must be numeric (digits only)
Responses
- 204
No Content. Customer settings deleted successfully.
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for delete/customer/{customer_no}/billing-tab/settings
curl https://sandbox.billogram.com/api/v2/customer/1/billing-tab/settings \
--request DELETE \
--header 'Authorization: Basic username:password'
No Body