Delete contact
documentedDelete a contact by ID or email (optionally permanently).
DELETE /Services.svc/Contacts/{emailOrId}Contactsno 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://integration.delivra.com/DelivraRESTServices/Services.svc/Contacts/{{$emailOrId}}?removePermanently={{$removePermanently}}&username={{DELIVRA_USERNAME}}&password={{DELIVRA_PASSWORD}}&listname={{DELIVRA_LISTNAME}}" \
-X DELETE \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
# Source: turn1view0