Delete a Line Item

DELETE https://api.chartmogul.com/v1/line_items/{LINE_ITEM_UUID}

Deletes a specified invoice line item and all associated data.

curl -X DELETE "https://api.chartmogul.com/v1/line_items/li_b86028e7-c28c-4a0f-9518-fbbdbc259824" \
     -u YOUR_API_KEY:
{}

Impact of this action. This request will delete the specified line item. Metrics for the customer will be recalculated based on the billing data remaining after this action.

For automatic sources (Stripe, Chargebee, Recurly, Braintree, Google Play and App Store Connect), a deleted line item may be restored during a resync. To permanently remove a line item from an automatic source, you can disable it.

For other sources, deleting a line item is permanent.

Path parameters

line_item_uuid string required
The ChartMogul UUID of the line item to be deleted.