DELETE
/
v5
/
app
/
line_items
/
{id}
curl --request DELETE \
  --url https://{defaultHost}/v5/app/line_items/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

App API key for /v5/app and /v5/company endpoints

Path Parameters

id
string
required

The ID of the line item, which will look like li_*************

Response

204

line item deleted