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 }