Deleting Systems Manager parameters - Amazon Systems Manager
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Deleting Systems Manager parameters

This topic describes how to delete parameters that you have created in Parameter Store, a capability of Amazon Systems Manager.

To delete a parameter (console)
  1. Open the Amazon Systems Manager console at https://console.amazonaws.cn/systems-manager/.

  2. In the navigation pane, choose Parameter Store.

  3. On the My parameters tab, select the check box next to each parameter to delete.

  4. Choose Delete.

  5. On the confirmation dialog, choose Delete parameters.

To delete a parameter (Amazon CLI)
  • Run the following command:

    aws ssm delete-parameter --name "my-parameter"

    Replace my-parameter with the name of your parameter to be deleted.

    For information about all options available for use with the delete-parameter command, see delete-parameter in the Amazon Systems Manager section of the Amazon CLI Command Reference.