Skip to main content
POST
/
crm-objects
/
v1
/
objects
/
line_items
/
batch-delete
Create a line item
curl --request POST \
  --url https://api.hubapi.com/crm-objects/v1/objects/line_items/batch-delete
{
  "ids": [
    10146671,
    10069829
  ]
}

Response

200 - application/json

Successful response - Update an existing line item by its ID

The response is of type object.

Last modified on December 12, 2025