Delete Distribution
| cloudfront_delete_distribution | R Documentation |
Delete a distribution¶
Description¶
Delete a distribution.
Before you can delete a distribution, you must disable it, which requires permission to update the distribution. Once deleted, a distribution cannot be recovered.
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"
)