hubspot_associations_archive
Remove all associations between two HubSpot CRM objects without deleting the objects themselves. Uses the v4 API to delete relationship links.
Instructions
Remove all associations between two HubSpot CRM objects (v4 API). This deletes the relationship link — it does NOT delete the objects themselves. To remove only a specific labeled association, use the batch archive endpoint instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toId | Yes | HubSpot ID of the target record | |
| fromId | Yes | HubSpot ID of the source record | |
| toType | Yes | Object type of the target record (e.g., "contacts", "companies", "tickets") | |
| fromType | Yes | Object type of the source record (e.g., "contacts", "deals", "calls") |