Delete a note from a contact
documentedDelete a note from a contact.
DELETE /dev/api/contacts/{contact_id}/notes/{note_id}Notesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$domain}}.agilecrm.com/dev/api/contacts/{{$contact_id}}/notes/{{$note_id}}" \
-X DELETE \
-H "Accept: application/json" \
-u "{{AGILECRM_EMAIL}}:{{AGILECRM_API_KEY}}"