Delete all bills in a bill list
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Path Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| listId | The list identifier | integer (int32) | Required |
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
BillDeleteActionResult
| Property | Description | Type |
|---|---|---|
| deleted | integer (int32) | |
| selected | integer (int32) |
Example Response
{ "deleted": 1, "selected": 1
}