curl --request DELETE \
--url https://services.leadconnectorhq.com/contacts/{contactId}/notes/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"succeded": true
}Delete Note
curl --request DELETE \
--url https://services.leadconnectorhq.com/contacts/{contactId}/notes/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"succeded": true
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Contact Id
"sx6wyHhbFdRXh302LLNR"
Note Id
"ocQHyuzHvysMo5N5VsXc"
Successful response
true
Was this page helpful?