Contacts

Remove note

REQUIRED SCOPES <code>['contacts:write']</code><br> This request enables you to permanently remove an existing note indicated by the id of the note.

delete/contacts/note/{note}

Path parameters

notestring required

The ID of the Note

Response

OK

messagestring

Example response

{
  "message": "Note successfully deleted"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.