CloudWatchOmni / Client / delete_domain_for_organization
delete_domain_for_organization¶
- CloudWatchOmni.Client.delete_domain_for_organization(**kwargs)¶
Removes an organization domain and all of its resources. Call this operation in the Region where the domain was created.
A domain cannot be deleted while it contains spaces.
See also: AWS API Documentation
Request Syntax
response = client.delete_domain_for_organization( domainId='string' )
- Parameters:
domainId (string) –
[REQUIRED]
The ID of the organization domain to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
CloudWatchOmni.Client.exceptions.ThrottlingExceptionCloudWatchOmni.Client.exceptions.ValidationExceptionCloudWatchOmni.Client.exceptions.AccessDeniedExceptionCloudWatchOmni.Client.exceptions.InternalServerExceptionCloudWatchOmni.Client.exceptions.ConflictException