Skip to content

Delete Connection Group

cloudfront_delete_connection_group R Documentation

Deletes a connection group

Description

Deletes a connection group.

Usage

cloudfront_delete_connection_group(Id, IfMatch)

Arguments

Id

[required] The ID of the connection group to delete.

IfMatch

[required] The value of the ETag header that you received when retrieving the connection group to delete.

Value

An empty list.

Request syntax

svc$delete_connection_group(
  Id = "string",
  IfMatch = "string"
)