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
"\nExample POST URL:\nhttps://api.hubapi.com/crm-objects/v1/objects/line_items/batch-delete\n\nExample POST data:\n{\n  \"ids\": [\n    10146671,\n    10069829\n  ]\n}\n\nReturns a 204 No Content response on success."

Response

200 - application/json

Successful response - Update an existing line item by its ID

The response is of type object.