Deletes a specified Amazon Redshift parameter group.
![]() |
---|
You cannot delete a parameter group if it is associated with a cluster. |

C# |
DeleteClusterParameterGroupResponse DeleteClusterParameterGroup( DeleteClusterParameterGroupRequest request )

- request (DeleteClusterParameterGroupRequest)
- Container for the necessary parameters to execute the DeleteClusterParameterGroup service method.

The response from the DeleteClusterParameterGroup service method, as returned by Redshift.

Exception | Condition |
---|---|
ClusterParameterGroupNotFoundException |
The parameter group name does not refer to an existing parameter group.
|
InvalidClusterParameterGroupStateException |
The cluster parameter group action can not be completed because another
task is in progress that involves the parameter group. Wait a few moments
and try the operation again.
|