Description Usage Arguments Value Request syntax
View source: R/personalize_operations.R
Removes a campaign by deleting the solution deployment. The solution
that the campaign is based on is not deleted and can be redeployed when
needed. A deleted campaign can no longer be specified in a
GetRecommendations
request. For more information on campaigns, see
create_campaign
.
1 | personalize_delete_campaign(campaignArn)
|
campaignArn |
[required] The Amazon Resource Name (ARN) of the campaign to delete. |
An empty list.
1 2 3 | svc$delete_campaign(
campaignArn = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.