Delete Distribution Tenant
cloudfront_delete_distribution_tenant | R Documentation |
Deletes a distribution tenant¶
Description¶
Deletes a distribution tenant. If you use this API operation to delete a distribution tenant that is currently enabled, the request will fail.
To delete a distribution tenant, you must first disable the distribution
tenant by using the update_distribution_tenant
API operation.
Usage¶
cloudfront_delete_distribution_tenant(Id, IfMatch)
Arguments¶
Id |
[required] The ID of the distribution tenant to delete. |
IfMatch |
[required] The value of the |
Value¶
An empty list.
Request syntax¶
svc$delete_distribution_tenant(
Id = "string",
IfMatch = "string"
)