powered by
Deletes a DB subnet group.
neptune_delete_db_subnet_group(DBSubnetGroupName)
[required] The name of the database subnet group to delete.
You can't delete the default subnet group.
Constraints:
Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.
Example: mySubnetgroup
mySubnetgroup
svc$delete_db_subnet_group( DBSubnetGroupName = "string" )
The specified database subnet group must not be associated with any DB instances.