Disable an Automation
Last updated
Last updated
Deactivates and stops the specified scenario if the scenario is running. The API call response contains the scenario ID and the scenario isActive
property set to false
.
/scenarios/{scenarioId}/stop
The ID of the scenario. You can get the scenarioId
with the List scenarios API call.
112