Skip to content

Delete Cloud Front Origin Access Identity

cloudfront_delete_cloud_front_origin_access_identity R Documentation

Delete an origin access identity

Description

Delete an origin access identity.

Usage

cloudfront_delete_cloud_front_origin_access_identity(Id, IfMatch)

Arguments

Id

[required] The origin access identity's ID.

IfMatch

The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

Value

An empty list.

Request syntax

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