DeleteNote soft-deletes a note. The note is excluded from future List and Get responses but the row is retained in the database.DeleteNote soft-deletes a note. The note is excluded from future List and Get responses but the row is retained in the database. DELETE /api/v1/crm/notes/:id Errors: NOT_FOUND: note does not exist. Request Responses200defaultA successful response.An unexpected error response.