CloudFront / Client / delete_distribution_tenant
delete_distribution_tenant¶
- CloudFront.Client.delete_distribution_tenant(**kwargs)¶
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
UpdateDistributionTenant
API operation.See also: AWS API Documentation
Request Syntax
response = client.delete_distribution_tenant( Id='string', IfMatch='string' )
- Parameters:
Id (string) –
[REQUIRED]
The ID of the distribution tenant to delete.
IfMatch (string) –
[REQUIRED]
The value of the
ETag
header that you received when retrieving the distribution tenant. This value is returned in the response of theGetDistributionTenant
API operation.
- Returns:
None
Exceptions