Skip to content

Delete Parameter Group

memorydb_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 clusters. You cannot delete the default parameter groups in your account.

Usage

memorydb_delete_parameter_group(ParameterGroupName)

Arguments

ParameterGroupName

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

Value

A list with the following syntax:

list(
  ParameterGroup = list(
    Name = "string",
    Family = "string",
    Description = "string",
    ARN = "string"
  )
)

Request syntax

svc$delete_parameter_group(
  ParameterGroupName = "string"
)