Sign in

Delete a note from a contact

documented

Delete a note from a contact.

DELETE /dev/api/contacts/{contact_id}/notes/{note_id}Notesno implementation yet0 runs
No 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}}"
Delete a note from a contact · Agile CRM · OpenIntegrations