Skip to content

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 ETag header that you received when retrieving the distribution tenant. This value is returned in the response of the get_distribution_tenant API operation.

Value

An empty list.

Request syntax

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