Sign in

Delete notes from a deal (bulk)

documented

Bulk delete notes from a deal.

POST /dev/api/contacts/notes/bulkNotesno 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/notes/bulk" \
  -X POST \
  -u "{{$email}}:{{AGILECRM_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Authorization: Basic {{AGILECRM_BASIC_AUTH}}" \
  -d 'ids=["{{$ids}}"]'
Delete notes from a deal (bulk) · Agile CRM · OpenIntegrations