DELETE
/notes/{note_id} Delete a specific note
Deletes a note permanently — the API has no undo, unlike deleting from the web app. Its attachments are removed with it and the note disappears from the contact's timeline. Any user who can see the contact can delete it.
Path parameters
| Name | Type | Description |
|---|---|---|
note_id req | string | Note ID |
Responses
200 OK
Standard error responses: 400 · 401 · 403 · 404 · 409 · 500 — shared across the API. See Errors.