Delete Bill
Delete generated bill for the specified bill identifier
Request
URI
DELETE
https://{api_host}/suite-api/api/chargeback/bills/{id}
COPY
Path Parameters
string
id
Required
The bill identifier
Responses
204
The generated bill is deleted successfully
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/suite-api/api/chargeback/bills/{id}
Chargeback Billing Operations
POST
Generate Bills
POST
Get Bill Summary
GET
Get Bill
DELETE
Delete Bill