:doc:`VoiceID <../../voice-id>` / Client / delete_domain

*************
delete_domain
*************



.. py:method:: VoiceID.Client.delete_domain(**kwargs)

  

  Deletes the specified domain from Voice ID.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/DeleteDomain>`_  


  **Request Syntax**
  ::

    response = client.delete_domain(
        DomainId='string'
    )
    
  :type DomainId: string
  :param DomainId: **[REQUIRED]** 

    The identifier of the domain you want to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`VoiceID.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`VoiceID.Client.exceptions.ValidationException`

  
  *   :py:class:`VoiceID.Client.exceptions.ConflictException`

  
  *   :py:class:`VoiceID.Client.exceptions.InternalServerException`

  
  *   :py:class:`VoiceID.Client.exceptions.ThrottlingException`

  
  *   :py:class:`VoiceID.Client.exceptions.AccessDeniedException`

  