curl --request POST \ --url https://api.hubapi.com/crm-objects/v1/objects/products/batch-delete
Copy
Ask AI
"\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."
Products
Delete a product
Delete an existing product. Note: This action cannot be undone. Deleted products cannot be updated and there is no way to restore them
POST
/
crm-objects
/
v1
/
objects
/
products
/
batch-delete
Delete a product
Copy
Ask AI
curl --request POST \ --url https://api.hubapi.com/crm-objects/v1/objects/products/batch-delete
Copy
Ask AI
"\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."