Delete a sync configuration - Developer Tools console

Delete a sync configuration

You can use the delete-sync-configuration command in the AWS Command Line Interface (AWS CLI) to delete a sync configuration.

Important

After you run the command, the sync configuration is deleted. No confirmation dialog box is displayed. You can create a new sync configuration, but the Amazon Resource Name (ARN) is not reused.

To delete a sync configuration
  • Open a terminal (Linux, macOS, or Unix) or command prompt (Windows). Use the AWS CLI to run the delete-sync-configuration command, specifying the sync type and resource name for the sync configuration that you want to delete.

    aws codeconnections delete-sync-configuration --sync-type CFN_STACK_SYNC --resource-name mystack

    This command returns nothing.