Delete a Contact from a Constant Contact List

I am trying to delete a contact from a constant contact list. The module seems to require 3 ID’s.

  1. A List ID - The ID of the list from which I want to delete contacts
  2. Contact ID’s - IDs of the Contacts that I want to delete
  3. Contact List ID - Im assuming this is the same as the list ID?

All 3 IDs are marked as required, however I get a mutually exclusive error when trying to run this module:

“[400]
contacts.api.bad_request: list_ids, contact_ids are mutually exclusive”

No, looks like “Source” is required, but the sub-fields aren’t required.

If you don’t want to insert anything, try toggling the “Map” on, and insert the special variable
{{null}} or {{ignore}}.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

I see whats going on! The Source - List ID is an option to identify all the contacts in a list. I moved my list ID to the “Contact List ID’s” only and identified the contact solely using their ID.

Thanks!