'Control Mailchimp Journey through API

I'm using a Mailchimp Journey adding an email to an audience and then firing an event with Maichimp's PHP API. All is working as expected, but I can't find a way to cancel a Journey for an email. The journey includes scheduled emails after a month or after a year.

I've tried:

  • Listing scheduled emails: does not reflect the scheduled emails for the journey.
  • Unsubscribe or archive the emails from the Audience: the journey does not reflect the status of the subscriber.

The only reference to journeys in the API docs is

https://mailchimp.com/developer/marketing/api/customer-journeys-journeys-steps-actions/

But I can't find how to get out or mark as completed an email using the API.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source