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