Delete tags from contact by email
documentedDeletes tags from a contact found by email.
POST /dev/api/contacts/email/tags/deleteContactsno 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/email/tags/delete" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'email={{$email}}&tags={{$tags}}' \
-u {{$email}}:{{AGILECRM_API_KEY}}