Skip to content

Delete Connection Function

cloudfront_delete_connection_function R Documentation

Deletes a connection function

Description

Deletes a connection function.

Usage

cloudfront_delete_connection_function(Id, IfMatch)

Arguments

Id

[required] The connection function's ID.

IfMatch

[required] The current version (ETag value) of the connection function you are deleting.

Value

An empty list.

Request syntax

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