Skip to main content
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
  ]
}

Response

200 - application/json

Successful response - Delete an existing product

The response is of type object.

Last modified on December 12, 2025