Delete Note
DELETE/contacts/:contactId/notes/:id
Delete Note
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Contact Id
id stringrequired
Note Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
succeededboolean
Whether the note was successfully deleted
succededbooleandeprecated
Legacy misspelling of succeeded. Deprecated; use succeeded.
{
"succeeded": true
}