Delete a campaign - AWS IoT FleetWise

Delete a campaign

You can use the AWS IoT FleetWise console or API to delete campaigns.

Delete a campaign (console)

To delete a campaign, use the AWS IoT FleetWise console.

To delete a campaign
  1. Navigate to the AWS IoT FleetWise console.

  2. On the navigation pane, choose Campaigns.

  3. On the Campaigns page, choose the target campaign.

  4. Choose Delete.

  5. In Delete campaign-name?, enter the name of the campaign to delete, and then choose Confirm.

Delete a campaign (AWS CLI)

You can use the DeleteCampaign API operation to delete a campaign. The following example uses AWS CLI.

To delete a campaign, run the following command.

Replace campaign-name with the name of the vehicle that you're deleting.

aws iotfleetwise delete-campaign --name campaign-name