Skip to content

Delete Parameter Group

dax_delete_parameter_group R Documentation

Deletes the specified parameter group

Description

Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any DAX clusters.

Usage

dax_delete_parameter_group(ParameterGroupName)

Arguments

ParameterGroupName

[required] The name of the parameter group to delete.

Value

A list with the following syntax:

list(
  DeletionMessage = "string"
)

Request syntax

svc$delete_parameter_group(
  ParameterGroupName = "string"
)