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