CRM
contacts & custom fields api
Delete USER_DEFINED Association By Id, deleting an association will also all the relations for that association
cURL
curl --request DELETE \ --url https://services.leadconnectorhq.com/associations/{associationId} \ --header 'Authorization: Bearer <token>' \ --header 'Version: <version>'
{ "deleted": true, "id": "6d6f6e676f5f6576656e7473", "message": "Association deleted successfully" }
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28
Successful response
Deletion status
true
Association Id
"6d6f6e676f5f6576656e7473"
"Association deleted successfully"
Was this page helpful?