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 line item and all associated data.
For automatic sources like Stripe or Recurly, a deleted line item may be restored during a re-sync. For other sources, deleting a line item is permanent.
Disabling a line item. If you’re using Stripe, Chargebee, Recurly or Braintree (the latest version of the integration), you have the option to disable a line item rather than delete it.
Path parameters
line_item_uuid
string required- The ChartMogul UUID of the line item to be deleted.