POST /interaction/v1/interactions/stop/{definitionId}?versionNumber={versionNumber}

Stops a running journey. To call this resource, assign your API Integration the Automation | Interactions | Read scope.

NameTypeDescription
idstringRequiredThe ID of the journey to stop, expressed in the form of a GUID (UUID).
versionNumberintegerRequiredThe version number of the journey to stop

This request stops the journey specified by the ID request parameter. Only the versionNumber specified in the versionNumber QUERY Parameter is stopped. A complete request requires you to provide a valid versionNumber.