You can delete a single contact or company note. Notes of other kinds cannot be deleted through the API.
Security
bearerAuth
Intercom-Versionstring(intercom_version_preview)
Preview Intercom API version. Used for closed beta endpoints or other features under managed availability.
Default:"Preview"
Value:"Preview"
Example:Preview
- The production API serverhttps://api.intercom.io/notes/{id}
- The european API serverhttps://api.eu.intercom.io/notes/{id}
- The australian API serverhttps://api.au.intercom.io/notes/{id}
curl -i -X DELETE \
https://api.intercom.io/notes/1 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: Preview'Response
{ "id": "34", "type": "note", "deleted": true }