Skip to main content
DELETE
/
api
/
rest
/
bill_line_items
/
{id}
Delete One Bill Line Item
curl --request DELETE \
  --url https://api.upwell.com/api/rest/bill_line_items/{id}
{
  "deleteBillLineItem": {
    "id": "<string>"
  }
}

Headers

authorization
string

Your API key will be used for authentication of the request. Authorization: YOUR_API_KEY

Path Parameters

id
string
required

_"id" is required

Response

200 - application/json

Responses for DELETE /api/rest/bill_line_items/{id}

deleteBillLineItem
BillLineItems Ā· object

columns and relationships of "bill_line_items"