ConnectCases / Client / delete_domain
delete_domain#
- ConnectCases.Client.delete_domain(**kwargs)#
Deletes a domain.
See also: AWS API Documentation
Request Syntax
response = client.delete_domain( domainId='string' )
- Parameters:
domainId (string) –
[REQUIRED]
The unique identifier of the Cases domain.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
ConnectCases.Client.exceptions.InternalServerExceptionConnectCases.Client.exceptions.ResourceNotFoundExceptionConnectCases.Client.exceptions.ValidationExceptionConnectCases.Client.exceptions.ThrottlingExceptionConnectCases.Client.exceptions.AccessDeniedExceptionConnectCases.Client.exceptions.ConflictException