ConnectCases / Client / delete_domain
delete_domain#
- ConnectCases.Client.delete_domain(**kwargs)#
Deletes a Cases domain.
`` <note> <p>After deleting your domain you must disassociate the deleted domain from your Amazon Connect instance with another API call before being able to use Cases again with this Amazon Connect instance. See <a href=”https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteIntegrationAssociation.html”>DeleteIntegrationAssociation</a>.</p> </note>``
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.InternalServerException
ConnectCases.Client.exceptions.ResourceNotFoundException
ConnectCases.Client.exceptions.ValidationException
ConnectCases.Client.exceptions.ThrottlingException
ConnectCases.Client.exceptions.AccessDeniedException
ConnectCases.Client.exceptions.ConflictException