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

Response

200 - application/json

Successful response - Delete an existing product

The response is of type object.