DELETE /admin/billing/records/{plan_id}
Void a billing record, marking it as void status. Reference: GAAP/IFRS (Double-Entry Accounting Principles).
Billing Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Billing record ID |
Responses
| Status | Description | Schema |
| 200 | Void successful | object |
| 400 | Invalid request parameters | object |
| 401 | Unauthorized | object |
| 403 | No permission | object |
| 500 | Internal server error | object |