Destructive

Delete Contact Note

Deletes a note by its ID, but only when the note exists and is owned by the requesting user. It fails with note_not_found otherwise and requires a confirmation token before removing the note. Use it to clear outdated or mistaken entries from a contact's history.

delete_noteDELETE/api/v1/contacts/notes/{note_id}
crispy — bash

Example prompt: Delete the note note_a1b2c3 from that contact, it was logged by mistake

{
  "deleted": true,
  "note_id": "note_a1b2c3"
}
Permission scope
core
Access
Destructive
Category
Lead Management

What you can build

Remove a note added to the wrong contact during a busy logging session
Clear outdated context that no longer reflects the current relationship
Delete a duplicate note to keep a contact's timeline accurate
Tidy up a contact record before handing it to a teammate

Parameters

Inputs accepted by delete_note.

NameTypeDescription
note_idstringUUID of the note to delete.

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.