cURL
curl --request DELETE \ --url https://{defaultHost}/v5/app/line_items/{id} \ --header 'Authorization: Bearer <token>'
Deletes a line item
App API key for /v5/app and /v5/company endpoints
The ID of the line item, which will look like li_*************
line item deleted
Was this page helpful?