Skip to content

Delete Origin Access Control

cloudfront_delete_origin_access_control R Documentation

Deletes a CloudFront origin access control

Description

Deletes a CloudFront origin access control.

You cannot delete an origin access control if it's in use. First, update all distributions to remove the origin access control from all origins, then delete the origin access control.

Usage

cloudfront_delete_origin_access_control(Id, IfMatch)

Arguments

Id

[required] The unique identifier of the origin access control that you are deleting.

IfMatch

The current version (ETag value) of the origin access control that you are deleting.

Value

An empty list.

Request syntax

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