contacts.clearContactNotes
Clear the notes of a contact. This will delete the contact's notes entirely and cannot be undone.
contactID number
none
contacts.clearContactNotes(1000)
local contactID = contactIDToContactNumber(1100)
if contactID > 0 then
contacts.clearContactNotes(contactID)
else
print("Contact not found")
end
Do not confuse contact IDs with contact numbers.
Generated on the 26 June 2024 at 22:01:27 (UK Time)