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 - UpdateDistributionTenantAPI 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 - ETagheader that you received when retrieving the distribution tenant. This value is returned in the response of the- GetDistributionTenantAPI operation.
 
- Returns:
- None 
 - Exceptions