StopJourney
Stops a running journey in Salesforce Marketing Cloud. This procedure halts active automation processes and prevents new contacts from entering the journey while preserving existing data for analysis and compliance.
Input
| Name | Type | Required | Description |
| JourneyId | String | True | Specifies the unique identifier (Id) of the journey that should be stopped. This Id is expressed as a globally unique Id and corresponds to the journey definition that is stored in Journey Builder. |
| JourneyVersion | Integer | True | Specifies the version number of the journey to stop. This value determines which published iteration of the journey is affected by the stop operation. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Specifies whether the stop operation succeeded. A value of 'true' confirms that the journey was stopped, and a value of 'false' indicates that the request did not complete successfully. |