Skip to main content
DELETE
Delete person note
Required scope: NOTES_WRITE
Deletes a person note and returns 204 No Content. Only the note’s author can delete it.

Errors

Authorizations

Authorization
string
header
required

Path Parameters

person_id
string
required

Person ID (per-*) — the id field from the People API.

Example:

"per-abc123"

note_id
string
required

Note ID (cno-*)

Example:

"cno-abc123"

Response

Note deleted