Neptune / Client / delete_db_parameter_group

delete_db_parameter_group#

Neptune.Client.delete_db_parameter_group(**kwargs)#

Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted can’t be associated with any DB instances.

See also: AWS API Documentation

Request Syntax

response = client.delete_db_parameter_group(
    DBParameterGroupName='string'
)
Parameters:

DBParameterGroupName (string) –

[REQUIRED]

The name of the DB parameter group.

Constraints:

  • Must be the name of an existing DB parameter group

  • You can’t delete a default DB parameter group

  • Cannot be associated with any DB instances

Returns:

None

Exceptions

  • Neptune.Client.exceptions.InvalidDBParameterGroupStateFault

  • Neptune.Client.exceptions.DBParameterGroupNotFoundFault