Delete Contact
documentedDelete a contact.
DELETE /v2.0/contacts/{id}Contacts APIno 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://api.esendex.com/v2.0/contacts/{{$contact_id}}" \
-X DELETE \
-u "{{$esendex_username}}:{{$esendex_secret}}" \
-H "Accept: application/xml"