Delete Campaign
personalize_delete_campaign | R Documentation |
Removes a campaign by deleting the solution deployment¶
Description¶
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 information on creating campaigns, see create_campaign
.
Usage¶
personalize_delete_campaign(campaignArn)
Arguments¶
campaignArn |
[required] The Amazon Resource Name (ARN) of the campaign to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_campaign(
campaignArn = "string"
)