Delete billing tab

Delete a specific billing tab by its ID

Path Parameters
  • customer_no
    Type: integer
    min:  
    1
    required

    Customer number.

    • Must be numeric (digits only)
  • billing_tab_id
    Type: stringFormat: uuid
    required

    Billing 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