Remove tag from contact
documentedRemove a tag from the contact identified by email.
POST /customers/remove_tag.jsonContactsno 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://simplero.com/api/v1/customers/remove_tag.json" -X POST -u "{{SIMPLERO_API_KEY}}:" -H "Accept: application/json" -H "Content-Type: application/json" -H "User-Agent: Simplero API Integration" -d '{"email": "{{$email}}", "tag": "{{$tag}}"}'