pinpoint_delete_journey: Deletes a journey from an application
Description
Deletes a journey from an application.
Usage
pinpoint_delete_journey(ApplicationId, JourneyId)
Arguments
ApplicationId
[required] The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
JourneyId
[required] The unique identifier for the journey.
Request syntax
svc$delete_journey(
ApplicationId = "string",
JourneyId = "string"
)