products_archive
Move HubSpot products to the recycling bin by specifying the product ID to archive outdated or unused product records from your CRM.
Instructions
Move an Object identified by ID to the recycling bin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"productId": {
"type": "string"
}
},
"required": [
"productId"
],
"type": "object"
}