SESV2 / Client / delete_tenant
delete_tenant¶
- SESV2.Client.delete_tenant(**kwargs)¶
- Delete an existing tenant. - When you delete a tenant, its associations with resources are removed, but the resources themselves are not deleted. - See also: AWS API Documentation - Request Syntax- response = client.delete_tenant( TenantName='string' ) - Parameters:
- TenantName (string) – - [REQUIRED] - The name of the tenant to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – - If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body. 
 
 - Exceptions