API Docs / Operations / Client - Billing - Lines / Delete Billing Line Item for Client

Delete Billing Line Item for Client

DELETE /tenants/{tenant}/clients/{client}/billinglineitems/clientbillinglineitem/{code}

Deletes a Billing Line Item for the specified client.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
code* path string

Responses

204 No Content
401 Unauthorized – Invalid or missing API key
404 Not Found
409 Conflict

Try it