Skip to content

Delete Distribution

cloudfront_delete_distribution R Documentation

Delete a distribution

Description

Delete a distribution.

Usage

cloudfront_delete_distribution(Id, IfMatch)

Arguments

Id

[required] The distribution ID.

IfMatch

The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

Value

An empty list.

Request syntax

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