curl --request POST \
--url https://api.hubapi.com/crm-objects/v1/objects/products/batch-delete{
"ids": [
1642813,
1645205
]
}Delete an existing product. Note: This action cannot be undone. Deleted products cannot be updated and there is no way to restore them
curl --request POST \
--url https://api.hubapi.com/crm-objects/v1/objects/products/batch-delete{
"ids": [
1642813,
1645205
]
}Scope requirements
Successful response - Delete an existing product
The response is of type object.
Was this page helpful?