Delete Note
Delete a note by its ID.
If the note has replies, it is soft-deleted — the text is replaced with “This communication was deleted.” and the thread is preserved. If the note has no replies, both the Communication and Comment records are hard-deleted.
Returns 204 No Content on success.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
noteId
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
