Delete customer settings

Delete customer-specific billing settings (so creditor defaults are used).

Path Parameters
  • customer_no
    Type: integer
    min:  
    1
    required

    Customer 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