"\nExample PUT URL:\nhttps://api.hubapi.com/crm-associations/v1/associations/delete\n\nExample PUT JSON, removing the association from a contact with vid 25 to a ticket with ID 100:\n{\n \"fromObjectId\": 25,\n \"toObjectId\": 100,\n \"category\": \"HUBSPOT_DEFINED\",\n \"definitionId\": 15\n}\n\nReturns a 204 No Content response on success."
Associations
Delete an association
Delete an association between 2 CRM objects. If you need to remove multiple associations, you can use the batch delete endpoint.
"\nExample PUT URL:\nhttps://api.hubapi.com/crm-associations/v1/associations/delete\n\nExample PUT JSON, removing the association from a contact with vid 25 to a ticket with ID 100:\n{\n \"fromObjectId\": 25,\n \"toObjectId\": 100,\n \"category\": \"HUBSPOT_DEFINED\",\n \"definitionId\": 15\n}\n\nReturns a 204 No Content response on success."
Body
application/json
Response
200 - application/json
Successful response - Delete an association between 2 CRM objects