Passer au contenu principal
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
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt

Use this file to discover all available pages before exploring further.

Réponse

200 - application/json

Successful response - Update an existing line item by its ID

The response is of type object.

Last modified on April 2, 2026