curl --request DELETE \
--url https://api.upwell.com/api/rest/bill_line_items/{id}{
"deleteBillLineItem": {
"id": "<string>"
}
}Delete an bill line item by ID
curl --request DELETE \
--url https://api.upwell.com/api/rest/bill_line_items/{id}{
"deleteBillLineItem": {
"id": "<string>"
}
}Your API key will be used for authentication of the request. Authorization: YOUR_API_KEY
_"id" is required