Deleting a Configuration

Delete an OCI Database with PostgreSQL database system configuration.

Note

You can't delete default configurations, but you can delete custom configurations.
    1. On the Configurations list page, select the configuration that you want to work with. If you need help finding the list page or the configuration, see Listing Configurations.
    2. On the configuration details page, select Delete.
    3. When prompted, confirm the deletion.
  • Use the oci psql configuration delete command and required parameters to delete a configuration:

    oci psql configuration delete --configuration-id <configuration_OCID> [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the DeleteConfiguration operation to delete a configuration.

    For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.