:doc:`CustomerProfiles <../../customer-profiles>` / Client / delete_event_stream

*******************
delete_event_stream
*******************



.. py:method:: CustomerProfiles.Client.delete_event_stream(**kwargs)

  

  Disables and deletes the specified event stream.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteEventStream>`_  


  **Request Syntax**
  ::

    response = client.delete_event_stream(
        DomainName='string',
        EventStreamName='string'
    )
    
  :type DomainName: string
  :param DomainName: **[REQUIRED]** 

    The unique name of the domain.

    

  
  :type EventStreamName: string
  :param EventStreamName: **[REQUIRED]** 

    The name of the event stream

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CustomerProfiles.Client.exceptions.BadRequestException`

  
  *   :py:class:`CustomerProfiles.Client.exceptions.ResourceNotFoundException`

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

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

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

  