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 |
Value¶
An empty list.
Request syntax¶
svc$delete_connection_group(
Id = "string",
IfMatch = "string"
)