Saltar al contenido principal
POST
/
crm-objects
/
v1
/
objects
/
products
/
batch-delete
Delete a product
curl --request POST \
  --url https://api.hubapi.com/crm-objects/v1/objects/products/batch-delete
{
  "ids": [
    1642813,
    1645205
  ]
}

Documentation Index

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

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

Respuesta

200 - application/json

Successful response - Delete an existing product

The response is of type object.

Last modified on April 13, 2026