dax_delete_parameter_group: 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)
Value
A list with the following syntax:
list(
DeletionMessage = "string"
)
Arguments
- ParameterGroupName
[required] The name of the parameter group to delete.
Request syntax
svc$delete_parameter_group(
ParameterGroupName = "string"
)