docdb_delete_db_instance {paws.database}R Documentation

Deletes a previously provisioned instance

Description

Deletes a previously provisioned instance.

See https://www.paws-r-sdk.com/docs/docdb_delete_db_instance/ for full documentation.

Usage

docdb_delete_db_instance(DBInstanceIdentifier)

Arguments

DBInstanceIdentifier

[required] The instance identifier for the instance to be deleted. This parameter isn't case sensitive.

Constraints:

  • Must match the name of an existing instance.


[Package paws.database version 0.6.0 Index]